summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-18 02:37:22 +0000
committerjlam <jlam@pkgsrc.org>2005-07-18 02:37:22 +0000
commit75414ba27a927b8f634e2dfd8cf05096d8abef32 (patch)
tree31f13eb00a61d2866db7fd51e802519063af00c4 /news
parent6f766967b6c89889f47c197ab67067434ac38caa (diff)
downloadpkgsrc-75414ba27a927b8f634e2dfd8cf05096d8abef32.tar.gz
TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip off
arguments anymore.
Diffstat (limited to 'news')
-rw-r--r--news/inn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 720efe4c958..da7594b7b50 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2005/07/16 19:10:40 jlam Exp $
+# $NetBSD: Makefile,v 1.67 2005/07/18 02:37:22 jlam Exp $
DISTNAME= inn-2.4.1
PKGREVISION= 6
@@ -40,7 +40,7 @@ CONFIGURE_ENV+= _PATH_EGREP="${TOOLS_EGREP}"
CONFIGURE_ENV+= _PATH_SED="${TOOLS_SED}"
CONFIGURE_ENV+= _PATH_SH="${TOOLS_SH}"
CONFIGURE_ENV+= _PATH_SORT="${TOOLS_SORT}"
-CONFIGURE_ENV+= GZIP="${TOOLS_GZIP_CMD:Q:C/\\\\ .*//}"
+CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc
PKG_USERS= ${INN_USER}:${INN_GROUP}::Internet\\ News:${INN_DATA_DIR}:${SH}