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/gperf | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/gperf')
-rw-r--r-- | devel/gperf/Makefile | 5 | ||||
-rw-r--r-- | devel/gperf/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 4d593780869..6fe265f7e34 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/03/30 03:44:43 jlam Exp $ # DISTNAME= gperf-3.0.1 @@ -13,7 +13,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ GNU_CONFIGURE= YES - -INFO_FILES= gperf.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/devel/gperf/PLIST b/devel/gperf/PLIST index e7224f63c2b..b487bbb8e35 100644 --- a/devel/gperf/PLIST +++ b/devel/gperf/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/02/15 22:18:26 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/30 03:44:43 jlam Exp $ bin/gperf +info/gperf.info man/man1/gperf.1 |