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/bison | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 5 | ||||
-rw-r--r-- | devel/bison/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index c883034d597..9abd5a6dd0e 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2005/11/07 10:05:50 cjep Exp $ +# $NetBSD: Makefile,v 1.57 2006/03/30 03:44:42 jlam Exp $ DISTNAME= bison-2.1 CATEGORIES= devel @@ -15,8 +15,7 @@ BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_TOOLS+= gm4:run - -INFO_FILES= bison.info +INFO_FILES= # PLIST TEST_TARGET= check diff --git a/devel/bison/PLIST b/devel/bison/PLIST index ccf8072c42c..3084d9b205a 100644 --- a/devel/bison/PLIST +++ b/devel/bison/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.12 2005/09/30 13:51:25 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2006/03/30 03:44:42 jlam Exp $ bin/bison +info/bison.info lib/liby.a man/man1/bison.1 share/aclocal/bison-i18n.m4 |