summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
committeragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
commit5201e684973709478cd0e0f268310adadacc4284 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/autoconf
parent9f424e887024bd828f9677f6a93441bdf95c2e6f (diff)
downloadpkgsrc-5201e684973709478cd0e0f268310adadacc4284.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"