pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx Fixed path to unzip. PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b487ec47859c
branches:  trunk
changeset: 533123:b487ec47859c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 08 18:22:38 2007 +0000

description:
Fixed path to unzip. PKGREVISION++

diffstat:

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

diffs (27 lines):

diff -r d7a09141de92 -r b487ec47859c www/lynx/Makefile
--- a/www/lynx/Makefile Sat Sep 08 17:27:11 2007 +0000
+++ b/www/lynx/Makefile Sat Sep 08 18:22:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2007/07/18 20:25:27 joerg Exp $
+# $NetBSD: Makefile,v 1.101 2007/09/08 18:22:38 rillig Exp $
 
 #
 # NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -8,6 +8,7 @@
 
 DISTNAME=      lynx2.8.6rel.5
 PKGNAME=       lynx-2.8.6.5
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://lynx.isc.org/${SUBDIR:Q}/ \
                ftp://ftp.nl.uu.net/pub/unix/www/lynx/${SUBDIR:Q}/ \
@@ -34,7 +35,8 @@
 MAKE_FILE=             makefile
 
 CONFIGURE_ENV+=                GZIP=${TOOLS_GZIP_CMD:Q}
-USE_TOOLS+=            gzip msgfmt
+CONFIGURE_ENV+=                UNZIP=${TOOLS_PATH.unzip:Q}
+USE_TOOLS+=            gzip msgfmt unzip:run
 
 CONF_FILES+=           share/examples/lynx/lynx.cfg ${PKG_SYSCONFDIR}/lynx.cfg
 CONF_FILES+=           share/examples/lynx/lynx.lss ${PKG_SYSCONFDIR}/lynx.lss



Home | Main Index | Thread Index | Old Index