From 68ea4c6571a070be8dbf143b41fc7a15bb752c89 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 18 Jul 2005 02:38:07 +0000 Subject: TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip off arguments anymore. --- wm/wmakerconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm') 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: -- cgit v1.2.3