pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nessus-plugins Change the CONFIGURE_ENV to us...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c4698fbeb60
branches: trunk
changeset: 496277:5c4698fbeb60
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 21:53:48 2005 +0000
description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
diffstat:
security/nessus-plugins/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dfee923aec63 -r 5c4698fbeb60 security/nessus-plugins/Makefile
--- a/security/nessus-plugins/Makefile Fri Jun 24 21:48:42 2005 +0000
+++ b/security/nessus-plugins/Makefile Fri Jun 24 21:53:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/06/19 21:17:02 kristerw Exp $
+# $NetBSD: Makefile,v 1.22 2005/06/24 21:53:48 kristerw Exp $
.include "../nessus/Makefile.common"
@@ -15,7 +15,7 @@
USE_TOOLS+= cat
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ENV+= ac_cv_path_CAT="${TOOLS_CAT}"
+CONFIGURE_ENV+= CAT="${TOOLS_CAT}"
PLIST_SRC= ${WRKDIR}/PLIST PLIST
Home |
Main Index |
Thread Index |
Old Index