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/gcvs | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/gcvs')
-rw-r--r-- | devel/gcvs/Makefile | 4 | ||||
-rw-r--r-- | devel/gcvs/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index 4aca1511fe2..175d19e6d54 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/05 16:27:24 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/03/30 03:44:42 jlam Exp $ DISTNAME= gcvs-1.0 PKGREVISION= 3 @@ -15,7 +15,7 @@ CONFLICTS= cvs-[0-9]* USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes -INFO_FILES= cvs.info cvsclient.info +INFO_FILES= # PLIST CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_PREFIX.tcl}/include" \ --with-tcllib="${BUILDLINK_PREFIX.tcl}/lib" diff --git a/devel/gcvs/PLIST b/devel/gcvs/PLIST index 3a26032103d..e7f3e8486ae 100644 --- a/devel/gcvs/PLIST +++ b/devel/gcvs/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/08 16:21:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/30 03:44:42 jlam Exp $ bin/cvs bin/cvsbug bin/cvstree bin/gcvs bin/rcs2log +info/cvs.info +info/cvsclient.info lib/cvs/contrib/README lib/cvs/contrib/clmerge lib/cvs/contrib/cln_hist |