diff options
author | seb <seb@pkgsrc.org> | 2003-06-19 22:35:36 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-19 22:35:36 +0000 |
commit | 096addef710ad08c1f005409fd0f42ee60e365d7 (patch) | |
tree | 5711319ca11b31af9dcafa011581b38541fa0aaa | |
parent | 8f947a0cf69dda512d6dcb098042aa5528e1e8cb (diff) | |
download | pkgsrc-096addef710ad08c1f005409fd0f42ee60e365d7.tar.gz |
Convert to USE_NEW_TEXINFO.
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf/PLIST | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index c44f07fce05..ede30db5788 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2003/01/19 00:23:27 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2003/06/19 22:35:36 seb Exp $ DISTNAME= autoconf-2.57 CATEGORIES= devel @@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --without-lispdir CONFIGURE_ENV+= AWK="${AWK}" M4= ${PREFIX}/bin/gm4 +USE_NEW_TEXINFO= YES INFO_FILES= autoconf.info standards.info PERL5_REQD= 5.6 @@ -33,5 +34,4 @@ post-install: ${RM} -rf ${WRKSRC}/lib/emacs/no .include "../../lang/perl5/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/autoconf/PLIST b/devel/autoconf/PLIST index 7d5b29f37c8..87901c5952f 100644 --- a/devel/autoconf/PLIST +++ b/devel/autoconf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/11/15 13:55:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/06/19 22:35:37 seb Exp $ bin/autoconf bin/autoheader bin/autom4te @@ -6,12 +6,8 @@ bin/autoreconf bin/autoscan bin/autoupdate bin/ifnames -@unexec ${INSTALL_INFO} --delete %D/info/autoconf.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/standards.info %D/info/dir info/autoconf.info info/standards.info -@exec ${INSTALL_INFO} %D/info/autoconf.info %D/info/dir -@exec ${INSTALL_INFO} %D/info/standards.info %D/info/dir man/man1/autoconf.1 man/man1/autoheader.1 man/man1/autom4te.1 |