summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-17 08:20:03 +0000
committerhubertf <hubertf>1998-02-17 08:20:03 +0000
commit9d235863820faa909ab65c7272b48447850d761a (patch)
tree20ec8da7194a4a5a7149b15688bb3e049a58860c /net
parent9319b167ef0ca056f4b91741126a75cff9136284 (diff)
downloadpkgsrc-9d235863820faa909ab65c7272b48447850d761a.tar.gz
Fix for NetBSD
Diffstat (limited to 'net')
-rw-r--r--net/wget/Makefile6
-rw-r--r--net/wget/pkg/PLIST6
2 files changed, 8 insertions, 4 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 55b9ca02fd1..a4ea6995403 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -3,7 +3,8 @@
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1998/02/17 08:07:09 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1998/02/17 08:20:03 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp
#
DISTNAME= wget-1.4.5
@@ -12,6 +13,9 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= tg@FreeBSD.ORG
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+
GNU_CONFIGURE= yes
MAN1= wget.1
diff --git a/net/wget/pkg/PLIST b/net/wget/pkg/PLIST
index bea1dc8c9b6..1cd62ec325b 100644
--- a/net/wget/pkg/PLIST
+++ b/net/wget/pkg/PLIST
@@ -1,10 +1,10 @@
+@comment $NetBSD: PLIST,v 1.2 1998/02/17 08:20:04 hubertf Exp $
bin/wget
etc/wgetrc
+@unexec %D/bin/install-info --delete %D/info/wget.info %D/info/dir
info/wget.info
info/wget.info-1
info/wget.info-2
info/wget.info-3
-@unexec install-info --delete %D/info/wget.info %D/info/dir
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
-@exec install-info %D/info/wget.info %D/info/dir
+@exec %D/bin/install-info %D/info/wget.info %D/info/dir
man/man1/wget.1.gz