diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-18 02:38:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-18 02:38:07 +0000 |
commit | 68ea4c6571a070be8dbf143b41fc7a15bb752c89 (patch) | |
tree | 3da1b3ae4af8976c5307279ad6459b89b6ef5194 /wm | |
parent | 75414ba27a927b8f634e2dfd8cf05096d8abef32 (diff) | |
download | pkgsrc-68ea4c6571a070be8dbf143b41fc7a15bb752c89.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/Makefile | 4 |
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: |