pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/fsv Change the CONFIGURE_ENV to use the varia...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecda6ca6c607
branches:  trunk
changeset: 496266:ecda6ca6c607
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 21:15:21 2005 +0000

description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.

diffstat:

 sysutils/fsv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9771a988f644 -r ecda6ca6c607 sysutils/fsv/Makefile
--- a/sysutils/fsv/Makefile     Fri Jun 24 21:15:07 2005 +0000
+++ b/sysutils/fsv/Makefile     Fri Jun 24 21:15:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/20 16:16:42 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/24 21:15:21 kristerw Exp $
 #
 
 DISTNAME=      fsv-0.9
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            file gmake
-CONFIGURE_ENV+=                ac_cv_path_FILE_CMD="${TOOLS_FILE_CMD}"
+CONFIGURE_ENV+=                FILE_CMD="${TOOLS_FILE_CMD}"
 
 .include "../../x11/gtkglarea/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"



Home | Main Index | Thread Index | Old Index