pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx Make sure "gzip" tool path doesn't end up in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5be67c2b87d4
branches:  trunk
changeset: 497350:5be67c2b87d4
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jul 25 15:33:31 2005 +0000

description:
Make sure "gzip" tool path doesn't end up in the binary. Bump package
revision because of this.

diffstat:

 www/lynx/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 21e18c13c569 -r 5be67c2b87d4 www/lynx/Makefile
--- a/www/lynx/Makefile Mon Jul 25 14:42:43 2005 +0000
+++ b/www/lynx/Makefile Mon Jul 25 15:33:31 2005 +0000
@@ -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 @@
 INSTALL_TARGET=                install-full install-lss
 MAKEFILE=              makefile
 
+CONFIGURE_ENV+=                GZIP=${TOOLS_GZIP_CMD:Q}
+USE_TOOLS+=            gzip
+
 .include "options.mk"
 
 # For nls/gettext



Home | Main Index | Thread Index | Old Index