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 | |
parent | eb9bf2b5c11a360eecf7e332b588e30249881c5f (diff) | |
download | pkgsrc-7bd2f96afd0f06945ea5be9ff097e7bb408727a0.tar.gz |
Convert to USE_NEW_TEXINFO.
-rw-r--r-- | devel/autoconf213/Makefile | 6 | ||||
-rw-r--r-- | devel/autoconf213/PLIST | 4 | ||||
-rw-r--r-- | devel/automake/Makefile | 8 | ||||
-rw-r--r-- | devel/automake/PLIST | 4 |
4 files changed, 9 insertions, 13 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 diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 16131ec3788..27eeed01209 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2003/05/18 13:10:57 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2003/06/19 23:46:43 seb Exp $ # DISTNAME= automake-1.7.5 @@ -22,12 +22,12 @@ M4= ${PREFIX}/bin/gm4 MAKEINFOFLAGS= --no-split MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}" +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES +TEXINFO_REQD= 4.0 INFO_FILES= automake.info PERL5_REQD= 5.5 -TEXINFO_REQD= 4.0 -TEXINFO_OVERRIDE= YES .include "../../lang/perl5/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/automake/PLIST b/devel/automake/PLIST index 8d74255139c..921039a2589 100644 --- a/devel/automake/PLIST +++ b/devel/automake/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2003/02/24 07:39:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/06/19 23:46:44 seb Exp $ bin/aclocal bin/aclocal-${PKG_DIR_VERSION} bin/automake bin/automake-${PKG_DIR_VERSION} -@unexec ${INSTALL_INFO} --delete %D/info/automake.info %D/info/dir info/automake.info -@exec ${INSTALL_INFO} %D/info/automake.info %D/info/dir share/aclocal-${PKG_DIR_VERSION}/amversion.m4 share/aclocal-${PKG_DIR_VERSION}/as.m4 share/aclocal-${PKG_DIR_VERSION}/auxdir.m4 |