diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 05:37:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 05:37:08 +0000 |
commit | dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d (patch) | |
tree | cd138e1aa1c65b56c0daf09ef9e6fee9f1a69b00 /devel/prcs | |
parent | e72fafd2a4d93a9f61a4103f0889377716d6aa92 (diff) | |
download | pkgsrc-dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d.tar.gz |
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 4 | ||||
-rw-r--r-- | devel/prcs/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 274291b436a..cddb1c4286c 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/31 03:56:30 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2006/03/31 05:37:09 jlam Exp $ DISTNAME= prcs-1.3.3 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Project Revision Control System GNU_CONFIGURE= yes CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs -INFO_FILES= prcs.info +INFO_FILES= # PLIST USE_LANGUAGES= c c++ CONFIGURE_ENV+= EMACS=no CONFIGURE_ENV+= PRCS_REPOSITORY=${VARBASE:Q}/PRCS diff --git a/devel/prcs/PLIST b/devel/prcs/PLIST index 68519cb92e7..d405d02a93d 100644 --- a/devel/prcs/PLIST +++ b/devel/prcs/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2004/06/25 16:43:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/31 05:37:09 jlam Exp $ bin/prcs bin/prcs-callback bin/prcs-emerge bin/prcs-ediff +info/prcs.info man/man1/prcs.1 man/man1/prcs-callback.1 man/man1/prcs-emerge.1 |