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/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index 992687919941..fc2be9d8bb90 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -1,24 +1,24 @@
# New ports collection makefile for: wget
-# Version required: 1.4.5
+# Version required: 1.5.0
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.3 1997/05/15 07:20:04 tg Exp $
+# $Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp $
#
-DISTNAME= wget-1.4.5
+DISTNAME= wget-1.5.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= tg@FreeBSD.ORG
+MAINTAINER= ports@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
+ @strip ${PREFIX}/bin/wget
.include <bsd.port.mk>