pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/papaya Fix paths to gzip and texi2html in instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bf2b71fdbb1
branches:  trunk
changeset: 510543:0bf2b71fdbb1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 30 23:16:10 2006 +0000

description:
Fix paths to gzip and texi2html in installed files (thank goodness for
CHECK_WRKREF).  Bump PKGREVISION to 4.

diffstat:

 devel/papaya/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c2edc9fea0b8 -r 0bf2b71fdbb1 devel/papaya/Makefile
--- a/devel/papaya/Makefile     Thu Mar 30 23:12:25 2006 +0000
+++ b/devel/papaya/Makefile     Thu Mar 30 23:16:10 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/03/30 23:12:25 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/03/30 23:16:10 jlam Exp $
 #
 
 DISTNAME=      papaya-0.1.7
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  http://www.asahi-net.or.jp/~em7t-hmd/papaya/            \
                ${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
@@ -15,8 +15,10 @@
 
 USE_LANGUAGES= # empty
 GNU_CONFIGURE= YES
+CONFIGURE_ENV+=        gzip_command=${TOOLS_GZIP_CMD:Q}
 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
 



Home | Main Index | Thread Index | Old Index