summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-22 11:05:01 +0000
committeragc <agc@pkgsrc.org>1998-04-22 11:05:01 +0000
commitff3e48e78cd4eedbe7651bdd59c94a81ab8c9cd5 (patch)
tree7c704a40be51eaf840514a005b30e0743cf59645 /devel/autoconf
parent48a6874f33c640d2e890ef33bb3f91cfe8a60422 (diff)
downloadpkgsrc-ff3e48e78cd4eedbe7651bdd59c94a81ab8c9cd5.tar.gz
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index b659ebc06af..6d7f7ccf0d2 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/04/17 09:37:22 agc Exp $
+# $NetBSD: Makefile,v 1.15 1998/04/22 11:05:02 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
@@ -14,6 +14,6 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4
-INFO_FILES= autoconf standards
+INFO_FILES= autoconf.info standards.info
.include "../../mk/bsd.pkg.mk"