diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 19:33:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 19:33:32 +0000 |
commit | f668fa0400e0dbcdf66b51f2bc096f872324cb45 (patch) | |
tree | 35ab26cc98689f0dd5f211a0fb14ab1d108ada27 /ftp/wget/Makefile | |
parent | a6463edb682c304502acad0f2cc95d0a9f15e125 (diff) | |
download | ports-f668fa0400e0dbcdf66b51f2bc096f872324cb45.tar.gz ports-f668fa0400e0dbcdf66b51f2bc096f872324cb45.zip |
Notes
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 0822efb15bd2..376afaf97892 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/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 |