diff options
author | agc <agc@pkgsrc.org> | 1998-03-12 22:57:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-03-12 22:57:07 +0000 |
commit | 1c80beb5884a3f456c5e3a5cd4482d9b20d2754d (patch) | |
tree | d0d91c75e7566e46f2630752f9df0d20ad68a37d /devel/autoconf | |
parent | 93a6a5e0df60e3fcbf00b83dc5f8f74604385464 (diff) | |
download | pkgsrc-1c80beb5884a3f456c5e3a5cd4482d9b20d2754d.tar.gz |
Make this package depend on Perl5. Take out the stuff I put in
yesterday - it's not necessary if the Perl dependency is there.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 10 | ||||
-rw-r--r-- | devel/autoconf/pkg/PLIST | 18 |
2 files changed, 11 insertions, 17 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index e9a8bf66bf8..ab28d37adcb 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -3,7 +3,7 @@ # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $NetBSD: Makefile,v 1.10 1998/03/11 23:18:46 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/03/12 22:57:07 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -13,18 +13,12 @@ MASTER_SITES= ${MASTER_SITE_GNU} BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4 -PLIST_SRC= ${WRKDIR}/PLIST-src - post-install: - @(ex='s|@HaveAutoscan@||'; \ - if [ ! -f ${WRKSRC}/autoscan ]; then \ - ex='/@HaveAutoscan@/d'; \ - fi; \ - ${SED} -e "$$ex" < ${PKGDIR}/PLIST > ${PLIST_SRC}) @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir diff --git a/devel/autoconf/pkg/PLIST b/devel/autoconf/pkg/PLIST index 47569300125..a79cfbff142 100644 --- a/devel/autoconf/pkg/PLIST +++ b/devel/autoconf/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 1998/03/11 23:18:46 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/03/12 22:57:07 agc Exp $ bin/autoconf bin/autoheader bin/autoreconf -@HaveAutoscan@bin/autoscan +bin/autoscan bin/autoupdate bin/ifnames @unexec %D/bin/install-info --delete %D/info/autoconf.info %D/info/dir @@ -12,18 +12,18 @@ info/standards.info @exec %D/bin/install-info %D/info/autoconf.info %D/info/dir @exec %D/bin/install-info %D/info/standards.info %D/info/dir share/autoconf/acconfig.h -@HaveAutoscan@share/autoconf/acfunctions +share/autoconf/acfunctions share/autoconf/acgeneral.m4 -@HaveAutoscan@share/autoconf/acheaders -@HaveAutoscan@share/autoconf/acidentifiers -@HaveAutoscan@share/autoconf/acmakevars +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars share/autoconf/acoldnames.m4 -@HaveAutoscan@share/autoconf/acprograms +share/autoconf/acprograms share/autoconf/acspecific.m4 share/autoconf/autoconf.m4 share/autoconf/autoconf.m4f share/autoconf/autoheader.m4 share/autoconf/autoheader.m4f -@HaveAutoscan@share/autoconf/config.guess -@HaveAutoscan@share/autoconf/config.sub +share/autoconf/config.guess +share/autoconf/config.sub @dirrm share/autoconf |