diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-08-17 18:59:44 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-08-17 18:59:44 +0000 |
commit | ccee629f3b693e1f4c0a3adc9e2ea4942666b0bc (patch) | |
tree | 8e81dfedaac9e79bc57b74a105a297f62d4ea007 /ftp/wget | |
parent | update sqwebmail to 3.6.0 (diff) |
utilize INFO.
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 904cd6b33280..8e3a381e70be 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib MAN1= wget.1 +INFO= wget post-patch: ${RM} -f ${WRKSRC}/doc/wget.info* diff --git a/ftp/wget/pkg-plist b/ftp/wget/pkg-plist index 0519d111fe39..11715fdd7e82 100644 --- a/ftp/wget/pkg-plist +++ b/ftp/wget/pkg-plist @@ -1,8 +1,5 @@ bin/wget etc/wgetrc -@unexec install-info --delete %D/info/wget.info %D/info/dir -info/wget.info -@exec install-info %D/info/wget.info %D/info/dir share/locale/bg/LC_MESSAGES/wget.mo share/locale/ca/LC_MESSAGES/wget.mo share/locale/cs/LC_MESSAGES/wget.mo |