diff options
author | tron <tron@pkgsrc.org> | 2005-06-27 19:00:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-06-27 19:00:05 +0000 |
commit | 8f3de6d0c3c3964f5c4453de9c27dd33b99db159 (patch) | |
tree | 980269ca435d1705c879e30af66acb8385c2854b /wm | |
parent | cd217d9e1fd7ec538798e568868e922aa41ce244 (diff) | |
download | pkgsrc-8f3de6d0c3c3964f5c4453de9c27dd33b99db159.tar.gz |
Avoid compiling the path to the "gzip" wrapper script into the binary.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 315e9aae5fc..0991ed832bc 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/06/25 01:14:11 kristerw Exp $ +# $NetBSD: Makefile,v 1.29 2005/06/27 19:00:05 tron Exp $ DISTNAME= wmakerconf-2.11 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Gtk+ based configuration tool for Window Maker USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes -USE_TOOLS+= tar +USE_TOOLS+= gzip tar .if defined(PKG_SYSCONFDIR.windowmaker) CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker} @@ -20,7 +20,8 @@ CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker} CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker .endif -CONFIGURE_ENV+= tar="${TOOLS_TAR}" +CONFIGURE_ENV+= ac_cv_path_tar=${TOOLS_TAR:Q} +CONFIGURE_ENV+= ac_cv_path_gzip=${TOOLS_GZIP_CMD:C/ .*//W:Q} post-extract: ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in |