summaryrefslogtreecommitdiff
path: root/wm/wmakerconf
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-18 02:38:07 +0000
committerjlam <jlam>2005-07-18 02:38:07 +0000
commit0495b6fbe268a4116b86d015172035c16064f5d9 (patch)
tree3da1b3ae4af8976c5307279ad6459b89b6ef5194 /wm/wmakerconf
parent70815fa5825ac51fd33f99cf73544a5ca202b4ce (diff)
downloadpkgsrc-0495b6fbe268a4116b86d015172035c16064f5d9.tar.gz
TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip off
arguments anymore.
Diffstat (limited to 'wm/wmakerconf')
-rw-r--r--wm/wmakerconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile
index 06c2ae3aca2..2e3f55e7594 100644
--- a/wm/wmakerconf/Makefile
+++ b/wm/wmakerconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/07/10 10:07:25 kristerw Exp $
+# $NetBSD: Makefile,v 1.33 2005/07/18 02:38:07 jlam Exp $
DISTNAME= wmakerconf-2.11
PKGREVISION= 3
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker}
CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker
.endif
-CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q:C/\\\\ .*//}
+CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= tar=${TOOLS_TAR:Q}
post-extract: