diff options
author | tron <tron@pkgsrc.org> | 2005-07-25 15:33:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-07-25 15:33:31 +0000 |
commit | ea9ac1f49c0e8e0d96c07da8266928b4fe266112 (patch) | |
tree | 7025fbae646845518066986b5a67b567b5ef9527 /www/lynx | |
parent | 14b6e5c0d908f80fc1e89c10d935ff10b4966c0e (diff) | |
download | pkgsrc-ea9ac1f49c0e8e0d96c07da8266928b4fe266112.tar.gz |
Make sure "gzip" tool path doesn't end up in the binary. Bump package
revision because of this.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 5d03e649541..469bbf3c29f 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2005/05/25 13:45:36 fredb Exp $ -# +# $NetBSD: Makefile,v 1.82 2005/07/25 15:33:31 tron Exp $ DISTNAME= lynx2.8.5 PKGNAME= lynx-2.8.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/${DISTNAME}/ \ ftp://ftp.nl.uu.net/pub/unix/www/lynx/${DISTNAME}/ \ @@ -30,6 +29,9 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-full install-lss MAKEFILE= makefile +CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} +USE_TOOLS+= gzip + .include "options.mk" # For nls/gettext |