summaryrefslogtreecommitdiff
path: root/wm/wmakerconf
diff options
context:
space:
mode:
authortron <tron>2005-06-27 19:07:30 +0000
committertron <tron>2005-06-27 19:07:30 +0000
commit6938c63fb214e6b57d5cef4f7ed88bac829f95f8 (patch)
treec04357faed12a500667879c13cc9f7166557418e /wm/wmakerconf
parente97dec961dd7d4d3cd2a6af241f3a67b7d260f03 (diff)
downloadpkgsrc-6938c63fb214e6b57d5cef4f7ed88bac829f95f8.tar.gz
Don't use "ac_cv_path_XYZ" because it might not work with the next
autoconf version.
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 0991ed832bc..0b74b9d9213 100644
--- a/wm/wmakerconf/Makefile
+++ b/wm/wmakerconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/06/27 19:00:05 tron Exp $
+# $NetBSD: Makefile,v 1.30 2005/06/27 19:07:30 tron Exp $
DISTNAME= wmakerconf-2.11
PKGREVISION= 1
@@ -20,8 +20,8 @@ CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker}
CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker
.endif
-CONFIGURE_ENV+= ac_cv_path_tar=${TOOLS_TAR:Q}
-CONFIGURE_ENV+= ac_cv_path_gzip=${TOOLS_GZIP_CMD:C/ .*//W:Q}
+CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:C/ .*//W:Q}
+CONFIGURE_ENV+= tar=${TOOLS_TAR:Q}
post-extract:
${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in