diff options
author | rillig <rillig> | 2007-09-08 18:22:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-08 18:22:38 +0000 |
commit | f3db852b672c0918c2d579173e94fda99a304c61 (patch) | |
tree | daaba55c92a7e57b593d6d109c80b56833764617 /www/lynx | |
parent | 612bd01ce903b5131e867d428924bce3daeb3f5e (diff) | |
download | pkgsrc-f3db852b672c0918c2d579173e94fda99a304c61.tar.gz |
Fixed path to unzip. PKGREVISION++
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 799b0a5f993..06a09e55b88 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -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 @@ INSTALL_TARGET= install-full 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 |