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 | 923ce346487a0475046ed739d0a1d75a85b879bb (patch) | |
tree | cd138e1aa1c65b56c0daf09ef9e6fee9f1a69b00 /devel/prcs/Makefile | |
parent | bd7bbec1ba6bc661e6850747f7310121de8d118c (diff) | |
download | pkgsrc-923ce346487a0475046ed739d0a1d75a85b879bb.tar.gz |
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
Diffstat (limited to 'devel/prcs/Makefile')
-rw-r--r-- | devel/prcs/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |