pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/wmakerconf Prevent work/.tools paths being embedded...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9819a25c5a2
branches:  trunk
changeset: 495657:e9819a25c5a2
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 16 21:14:04 2005 +0000

description:
Prevent work/.tools paths being embedded in the package.
Bump PKGREVISION.

diffstat:

 wm/wmakerconf/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r a92270b383f8 -r e9819a25c5a2 wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile    Thu Jun 16 20:21:13 2005 +0000
+++ b/wm/wmakerconf/Makefile    Thu Jun 16 21:14:04 2005 +0000
@@ -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 @@
 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
 .endif
 
+CONFIGURE_ENV+=                ac_cv_path_tar="${TOOLS_TAR}"
+
 post-extract:
        ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in
 



Home | Main Index | Thread Index | Old Index