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/cvs | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index b2bb0f99332..319706db1db 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2006/03/05 16:27:24 jlam Exp $ +# $NetBSD: Makefile,v 1.92 2006/03/30 03:44:42 jlam Exp $ # DISTNAME= cvs-1.11.21 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= perl_path=${PERL5:Q} -INFO_FILES= cvs.info cvsclient.info +INFO_FILES= # PLIST USE_TOOLS+= makeinfo TEXINFO_REQD?= 4.0 diff --git a/devel/cvs/PLIST b/devel/cvs/PLIST index 7716ff36b39..cc278b19d5c 100644 --- a/devel/cvs/PLIST +++ b/devel/cvs/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2004/02/13 08:26:03 seb Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/03/30 03:44:42 jlam Exp $ bin/cvs bin/cvsbug bin/rcs2log +info/cvs.info +info/cvsclient.info man/man1/cvs.1 man/man5/cvs.5 man/man8/cvsbug.8 |