diff options
author | seb <seb@pkgsrc.org> | 2003-06-19 23:38:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-19 23:38:35 +0000 |
commit | 7bd2f96afd0f06945ea5be9ff097e7bb408727a0 (patch) | |
tree | 57dce6d564bca5c538d7ba7a6cfb265f1325d309 /devel/autoconf213 | |
parent | eb9bf2b5c11a360eecf7e332b588e30249881c5f (diff) | |
download | pkgsrc-7bd2f96afd0f06945ea5be9ff097e7bb408727a0.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/autoconf213')
-rw-r--r-- | devel/autoconf213/Makefile | 6 | ||||
-rw-r--r-- | devel/autoconf213/PLIST | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index defaefdbb55..1ff07c5c28e 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/02/24 07:40:03 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/19 23:38:35 seb Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -22,9 +22,9 @@ CONFIGURE_ENV+= AWK="${AWK}" CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/' M4= ${PREFIX}/bin/gm4 +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= autoconf213.info -TEXINFO_OVERRIDE= YES .include "../../lang/perl5/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/autoconf213/PLIST b/devel/autoconf213/PLIST index bff08032db1..a9ea8312946 100644 --- a/devel/autoconf213/PLIST +++ b/devel/autoconf213/PLIST @@ -1,13 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/06/19 23:38:35 seb Exp $ bin/autoconf-2.13 bin/autoheader-2.13 bin/autoreconf-2.13 bin/autoscan-2.13 bin/autoupdate-2.13 bin/ifnames-2.13 -@unexec ${INSTALL_INFO} --delete %D/info/autoconf213.info %D/info/dir info/autoconf213.info -@exec ${INSTALL_INFO} %D/info/autoconf213.info %D/info/dir share/autoconf/acconfig.h share/autoconf/acfunctions share/autoconf/acgeneral.m4 |