pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/wmakerconf Don't use "ac_cv_path_XYZ" because it mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a981774a60f
branches:  trunk
changeset: 496399:7a981774a60f
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jun 27 19:07:30 2005 +0000

description:
Don't use "ac_cv_path_XYZ" because it might not work with the next
autoconf version.

diffstat:

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

diffs (20 lines):

diff -r 4f5fe8f32c30 -r 7a981774a60f wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile    Mon Jun 27 19:00:05 2005 +0000
+++ b/wm/wmakerconf/Makefile    Mon Jun 27 19:07:30 2005 +0000
@@ -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
 .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



Home | Main Index | Thread Index | Old Index