summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authoragc <agc>1998-04-17 09:37:21 +0000
committeragc <agc>1998-04-17 09:37:21 +0000
commit55a79893f8f0ec76274f5b31cc1e9bc71fdfb2d2 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/autoconf
parentf31a1adcf02648a58b00e7b75600577324692b64 (diff)
downloadpkgsrc-55a79893f8f0ec76274f5b31cc1e9bc71fdfb2d2.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 2b15ff2fc12..b659ebc06af 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/04/15 10:38:19 agc Exp $
+# $NetBSD: Makefile,v 1.14 1998/04/17 09:37:22 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
@@ -8,16 +8,12 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= packages@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4
-
-post-install:
- @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
- @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
+INFO_FILES= autoconf standards
.include "../../mk/bsd.pkg.mk"