From abe5067116c934aa646634de091ab69091763f70 Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 16 Jun 2005 21:14:04 +0000 Subject: Prevent work/.tools paths being embedded in the package. Bump PKGREVISION. --- wm/wmakerconf/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wm/wmakerconf') 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 -- cgit v1.2.3