aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-06-24 23:33:02 +0800
committervanilla <vanilla@FreeBSD.org>2000-06-24 23:33:02 +0800
commita2b46f38e2e701ae82c748d6676033dfbb36377d (patch)
tree8dda8398d402b50f5fa62d5a51ec24d5f83c540b /ftp/wget/Makefile
parent798247c5109b25ad9ed708b571352176d9316a5d (diff)
downloadfreebsd-ports-gnome-a2b46f38e2e701ae82c748d6676033dfbb36377d.tar.gz
freebsd-ports-gnome-a2b46f38e2e701ae82c748d6676033dfbb36377d.tar.zst
freebsd-ports-gnome-a2b46f38e2e701ae82c748d6676033dfbb36377d.zip
no-split info file.
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r--ftp/wget/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 0fddbe5feaa0..6fdf4c758f5f 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/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>