summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-18 02:38:07 +0000
committerjlam <jlam>2005-07-18 02:38:07 +0000
commit4b5a819bb3f25554a85701ed3fff054a098bbfc5 (patch)
tree3da1b3ae4af8976c5307279ad6459b89b6ef5194 /wm
parented0eb44e48e7ff6f233ece4456b2938ee228be70 (diff)
downloadpkgsrc-4b5a819bb3f25554a85701ed3fff054a098bbfc5.tar.gz
TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip off
arguments anymore.
Diffstat (limited to 'wm')
-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: