aboutsummaryrefslogtreecommitdiff
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-06-24 15:33:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-06-24 15:33:02 +0000
commit87f2bb63fb3240bd78d7593430bb19ca45c5c2f0 (patch)
treed230d9ff73aea547a4efeb79b425de5f1655549e /ftp/wget-devel/Makefile
parent4e54169a61b5c62dcc736c2da1286f7d8983ab6c (diff)
downloadports-87f2bb63fb3240bd78d7593430bb19ca45c5c2f0.tar.gz
ports-87f2bb63fb3240bd78d7593430bb19ca45c5c2f0.zip
Notes
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r--ftp/wget-devel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index 0fddbe5feaa0..6fdf4c758f5f 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -24,11 +24,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
LDFLAGS=-L${PREFIX}/lib
-INFOFILES= wget.info
+pre-build:
+ ${RM} -rf ${WRKSRC}/doc/wget.info*
post-install:
-.for i in ${INFOFILES}
- install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
-.endfor
+ install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
.include <bsd.port.mk>