diff options
Diffstat (limited to 'ftp/wget-devel/Makefile')
| -rw-r--r-- | ftp/wget-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 0822efb15bd2..376afaf97892 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \ LDFLAGS=-L${PREFIX}/lib pre-build: - ${RM} -rf ${WRKSRC}/doc/wget.info* + @${RM} -rf ${WRKSRC}/doc/wget.info* + @${CP} ${FILESDIR}/zh_TW.Big5.po ${WRKSRC}/po post-install: install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir |
