diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-18 02:37:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-18 02:37:22 +0000 |
commit | cf93c529d66452cd23d1a9feb67db78666cd7d02 (patch) | |
tree | 31f13eb00a61d2866db7fd51e802519063af00c4 /news | |
parent | 0e58b7f471c445128659adb0d6d5a0c9e84ccc3e (diff) | |
download | pkgsrc-cf93c529d66452cd23d1a9feb67db78666cd7d02.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/Makefile | 4 |
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} |