diff options
author | tron <tron> | 2005-07-25 15:33:31 +0000 |
---|---|---|
committer | tron <tron> | 2005-07-25 15:33:31 +0000 |
commit | 0adda93d8d33582167e9e41ed98669d4ea1f9979 (patch) | |
tree | 7025fbae646845518066986b5a67b567b5ef9527 /www/lynx | |
parent | ae72cd359f6a52d7b7056964542b8156d9885c99 (diff) | |
download | pkgsrc-0adda93d8d33582167e9e41ed98669d4ea1f9979.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 |