diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/automake | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 5 | ||||
-rw-r--r-- | devel/automake/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index bd0c87a6135..4e9edde3ccc 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2005/12/05 20:50:02 rillig Exp $ +# $NetBSD: Makefile,v 1.70 2006/03/30 03:44:42 jlam Exp $ # DISTNAME= automake-1.9.6 @@ -20,8 +20,7 @@ USE_TOOLS+= gm4:run perl:run PLIST_SUBST+= PKG_DIR_VERSION=1.9 GNU_CONFIGURE= YES _STRIPFLAG_INSTALL= # none - -INFO_FILES= automake.info +INFO_FILES= # PLIST # doesn't work because buildlink3 hides scripts # from autoconf too well diff --git a/devel/automake/PLIST b/devel/automake/PLIST index 94cab583639..ac80df53fb8 100644 --- a/devel/automake/PLIST +++ b/devel/automake/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.10 2004/08/13 13:27:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/03/30 03:44:42 jlam Exp $ bin/aclocal bin/aclocal-${PKG_DIR_VERSION} bin/automake bin/automake-${PKG_DIR_VERSION} +info/automake.info share/aclocal-${PKG_DIR_VERSION}/amversion.m4 share/aclocal-${PKG_DIR_VERSION}/as.m4 share/aclocal-${PKG_DIR_VERSION}/auxdir.m4 |