pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/wmakerconf TOOLS_GZIP_CMD only holds the path to gz...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84db5e03bd99
branches: trunk
changeset: 496980:84db5e03bd99
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Jul 18 02:38:07 2005 +0000
description:
TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip off
arguments anymore.
diffstat:
wm/wmakerconf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 05fcffed050a -r 84db5e03bd99 wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile Mon Jul 18 02:37:22 2005 +0000
+++ b/wm/wmakerconf/Makefile Mon Jul 18 02:38:07 2005 +0000
@@ -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
.endif
-CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q:C/\\\\ .*//}
+CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= tar=${TOOLS_TAR:Q}
post-extract:
Home |
Main Index |
Thread Index |
Old Index