diff options
author | sbd <sbd@pkgsrc.org> | 2012-03-10 08:00:52 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-03-10 08:00:52 +0000 |
commit | 99453f8fbd20d33e1849fa7daa99614ba17fb793 (patch) | |
tree | ad75c1758de8f226cf3e21931d24f4fc0ed85289 /devel/automake | |
parent | fcc67f0799877999e61b8898e8848e58a0fe04f7 (diff) | |
download | pkgsrc-99453f8fbd20d33e1849fa7daa99614ba17fb793.tar.gz |
Add share/aclocal to the PLIST. aclocal dies if this directory doesn't
exist.
Bump PKGREVISION.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 3 | ||||
-rw-r--r-- | devel/automake/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 0f315de1a93..d085a10c841 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.77 2012/03/03 12:58:13 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2012/03/10 08:00:52 sbd Exp $ # DISTNAME= automake-1.11.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \ ftp://sources.redhat.com/pub/automake/ diff --git a/devel/automake/PLIST b/devel/automake/PLIST index d7a7342f49e..91048f4bb46 100644 --- a/devel/automake/PLIST +++ b/devel/automake/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2012/03/03 12:58:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2012/03/10 08:00:52 sbd Exp $ bin/aclocal bin/aclocal-${PKG_DIR_VERSION} bin/automake @@ -130,3 +130,4 @@ share/automake-${PKG_DIR_VERSION}/symlink-tree share/automake-${PKG_DIR_VERSION}/texinfo.tex share/automake-${PKG_DIR_VERSION}/ylwrap share/doc/automake/amhello-1.0.tar.gz +@pkgdir share/aclocal |