diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/autoconf | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 894680749ee..e388077450a 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2005/08/06 06:19:07 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2006/03/30 03:44:42 jlam Exp $ DISTNAME= autoconf-2.59 PKGREVISION= 2 @@ -23,7 +23,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-lispdir TEXINFO_REQD= 4.0 -INFO_FILES= autoconf.info standards.info +INFO_FILES= # PLIST AUTOMAKE_OVERRIDE= NO diff --git a/devel/autoconf/PLIST b/devel/autoconf/PLIST index 71d8efa1a10..bf508c1ba0b 100644 --- a/devel/autoconf/PLIST +++ b/devel/autoconf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/02/13 08:26:03 seb Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/03/30 03:44:42 jlam Exp $ bin/autoconf bin/autoheader bin/autom4te @@ -6,6 +6,8 @@ bin/autoreconf bin/autoscan bin/autoupdate bin/ifnames +info/autoconf.info +info/standards.info man/man1/autoconf.1 man/man1/autoheader.1 man/man1/autom4te.1 |