diff options
author | tron <tron@pkgsrc.org> | 2005-06-27 19:07:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-06-27 19:07:30 +0000 |
commit | 5b68ad5bf544b53694a3dafb44c77e4c652c260b (patch) | |
tree | c04357faed12a500667879c13cc9f7166557418e /wm | |
parent | 8f3de6d0c3c3964f5c4453de9c27dd33b99db159 (diff) | |
download | pkgsrc-5b68ad5bf544b53694a3dafb44c77e4c652c260b.tar.gz |
Don't use "ac_cv_path_XYZ" because it might not work with the next
autoconf version.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 6 |
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 |