summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r--ftp/wget-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index 11395280af74..992687919941 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/02/24 12:31:58 tg Exp $
+# $Id: Makefile,v 1.3 1997/05/15 07:20:04 tg Exp $
#
DISTNAME= wget-1.4.5
@@ -15,4 +15,10 @@ MAINTAINER= tg@FreeBSD.ORG
GNU_CONFIGURE= yes
MAN1= wget.1
+post-install:
+ if [ ! -f ${PREFIX}/info/dir ]; then \
+ sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+ -install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
+
.include <bsd.port.mk>