From 5201e684973709478cd0e0f268310adadacc4284 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 17 Apr 1998 09:37:21 +0000 Subject: Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. --- net/wget/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'net') 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" -- cgit v1.2.3