diff options
author | agc <agc> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-17 09:37:21 +0000 |
commit | 2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /net/wget | |
parent | ac9957923d47d6c048d6e17210f150a9560a23fa (diff) | |
download | pkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 5de8538b07e..54d46ebf44f 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:40 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/17 09:37:25 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp # @@ -8,16 +8,8 @@ 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 - -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 +INFO_FILES= wget .include "../../mk/bsd.pkg.mk" |