summaryrefslogtreecommitdiff
path: root/wm/wmakerconf
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-10 10:07:25 +0000
committerkristerw <kristerw>2005-07-10 10:07:25 +0000
commitd1099dd745a2f94ffcba00c508f6adf89c93c34f (patch)
treeef0ac06753b0dad2948bb51c2f29ab110bb80c56 /wm/wmakerconf
parent1e17b15686d3332bfd176e25e7baa6e1bde670c1 (diff)
downloadpkgsrc-d1099dd745a2f94ffcba00c508f6adf89c93c34f.tar.gz
The workref fix in previous commits did not work on NetBSD 1.6; its
make does not understand the "W" option in :C modifiers, and it handles substitution in strings containing spaces somwheat differently. Bump PKGREVISION.
Diffstat (limited to 'wm/wmakerconf')
-rw-r--r--wm/wmakerconf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile
index fb3020511b2..06c2ae3aca2 100644
--- a/wm/wmakerconf/Makefile
+++ b/wm/wmakerconf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2005/06/27 19:21:40 tron Exp $
+# $NetBSD: Makefile,v 1.32 2005/07/10 10:07:25 kristerw Exp $
DISTNAME= wmakerconf-2.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11 wm windowmaker
MASTER_SITES= http://starplot.org/wmakerconf/
@@ -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:C/ .*//W:Q}
+CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q:C/\\\\ .*//}
CONFIGURE_ENV+= tar=${TOOLS_TAR:Q}
post-extract: