diff options
author | jlam <jlam> | 2006-03-31 05:37:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-31 05:37:08 +0000 |
commit | 43a28ee4f2fc354849d012264bbc47aab1000d9f (patch) | |
tree | cd138e1aa1c65b56c0daf09ef9e6fee9f1a69b00 /devel/papaya | |
parent | d57e289930d5790bdfb91650164f75c08cff2179 (diff) | |
download | pkgsrc-43a28ee4f2fc354849d012264bbc47aab1000d9f.tar.gz |
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
Diffstat (limited to 'devel/papaya')
-rw-r--r-- | devel/papaya/Makefile | 4 | ||||
-rw-r--r-- | devel/papaya/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index 585150b26f6..b96f6447f39 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/30 23:16:10 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/31 05:37:09 jlam Exp $ # DISTNAME= papaya-0.1.7 @@ -20,7 +20,7 @@ CONFIGURE_ENV+= sh_command=${TOOLS_SH:Q} CONFIGURE_ENV+= tar_command=${TOOLS_TAR:Q} CONFIGURE_ENV+= texi2html_command=${TOOLS_PATH.texi2html:Q} USE_TOOLS+= sh perl:run tar texi2html -INFO_FILES= papaya.info +INFO_FILES= # PLIST CONFIGURE_ENV+= perl_command=${PERL5:Q} diff --git a/devel/papaya/PLIST b/devel/papaya/PLIST index 488759dfe69..205de1b4429 100644 --- a/devel/papaya/PLIST +++ b/devel/papaya/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/03/02 14:11:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/31 05:37:09 jlam Exp $ bin/add-html-signature bin/compare-version bin/copy-if-changed @@ -20,6 +20,7 @@ bin/recursive-make bin/search-exec bin/search-package bin/texi2html-wrapper +info/papaya.info libexec/papaya-lib.pl libexec/papaya-lib.sh share/doc/papaya/Copying.html |