diff options
author | agc <agc@pkgsrc.org> | 1998-03-11 23:18:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-03-11 23:18:46 +0000 |
commit | 6ae5412cf24cb12ae9c95131564cd7a331650528 (patch) | |
tree | 80a097f5dbdab5398ec784b5ef6915c99e7c395d /devel/autoconf | |
parent | 4f635453881fc8dadfdd19ebd7b067f5dc736de4 (diff) | |
download | pkgsrc-6ae5412cf24cb12ae9c95131564cd7a331650528.tar.gz |
Do the same pre-processing of the packing list for the files that
depend on autoscan. Also remove an erroneous @exec statement from the
packing list.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 6 | ||||
-rw-r--r-- | devel/autoconf/pkg/PLIST | 19 |
2 files changed, 12 insertions, 13 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 91325919092..e9a8bf66bf8 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.9 1998/03/11 22:40:40 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/03/11 23:18:46 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -20,9 +20,9 @@ CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4 PLIST_SRC= ${WRKDIR}/PLIST-src post-install: - @(ex='s|@autoscan@|bin/autoscan|'; \ + @(ex='s|@HaveAutoscan@||'; \ if [ ! -f ${WRKSRC}/autoscan ]; then \ - ex='/@autoscan@/d'; \ + ex='/@HaveAutoscan@/d'; \ fi; \ ${SED} -e "$$ex" < ${PKGDIR}/PLIST > ${PLIST_SRC}) @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir diff --git a/devel/autoconf/pkg/PLIST b/devel/autoconf/pkg/PLIST index b5406d29968..47569300125 100644 --- a/devel/autoconf/pkg/PLIST +++ b/devel/autoconf/pkg/PLIST @@ -1,30 +1,29 @@ -@comment $NetBSD: PLIST,v 1.4 1998/03/11 22:40:40 agc Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/03/11 23:18:46 agc Exp $ bin/autoconf bin/autoheader bin/autoreconf -@autoscan@ +@HaveAutoscan@bin/autoscan bin/autoupdate bin/ifnames @unexec %D/bin/install-info --delete %D/info/autoconf.info %D/info/dir @unexec %D/bin/install-info --delete %D/info/standards.info %D/info/dir info/autoconf.info info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @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 -share/autoconf/acfunctions +@HaveAutoscan@share/autoconf/acfunctions share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars +@HaveAutoscan@share/autoconf/acheaders +@HaveAutoscan@share/autoconf/acidentifiers +@HaveAutoscan@share/autoconf/acmakevars share/autoconf/acoldnames.m4 -share/autoconf/acprograms +@HaveAutoscan@share/autoconf/acprograms share/autoconf/acspecific.m4 share/autoconf/autoconf.m4 share/autoconf/autoconf.m4f share/autoconf/autoheader.m4 share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub +@HaveAutoscan@share/autoconf/config.guess +@HaveAutoscan@share/autoconf/config.sub @dirrm share/autoconf |