diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-16 21:14:04 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-16 21:14:04 +0000 |
commit | 88ae4d43e05c14935bb2850d5ab8d8a7081e55b0 (patch) | |
tree | 6cf998061d50df1f48629f7712c3ff917c4297c6 /wm | |
parent | 882838b34933e73f8ea3060c4b59c44c43b859a5 (diff) | |
download | pkgsrc-88ae4d43e05c14935bb2850d5ab8d8a7081e55b0.tar.gz |
Prevent work/.tools paths being embedded in the package.
Bump PKGREVISION.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 3b643688517..3989e2479e7 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2005/05/25 09:57:14 adam Exp $ +# $NetBSD: Makefile,v 1.27 2005/06/16 21:14:04 kristerw Exp $ DISTNAME= wmakerconf-2.11 +PKGREVISION= 1 CATEGORIES= x11 wm windowmaker MASTER_SITES= http://starplot.org/wmakerconf/ @@ -11,6 +12,7 @@ COMMENT= Gtk+ based configuration tool for Window Maker USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes +USE_TOOLS+= tar .if defined(PKG_SYSCONFDIR.windowmaker) CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker} @@ -18,6 +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}" + post-extract: ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in |