pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/nessus-plugins Explicitly pass down MAKE to f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c8c89d531cd
branches:  trunk
changeset: 522027:1c8c89d531cd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 30 21:16:07 2006 +0000

description:
Explicitly pass down MAKE to fix wrkdir reference in nessus-build.
Bump revision.

diffstat:

 security/nessus-plugins/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c65a62936f73 -r 1c8c89d531cd security/nessus-plugins/Makefile
--- a/security/nessus-plugins/Makefile  Thu Nov 30 20:48:15 2006 +0000
+++ b/security/nessus-plugins/Makefile  Thu Nov 30 21:16:07 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2006/07/02 17:20:17 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2006/11/30 21:16:07 joerg Exp $
 
 .include       "../../security/nessus/Makefile.common"
 
 DISTNAME=      nessus-plugins-GPL-${VERS}
 PKGNAME=       nessus-plugins-${VERS}
+PKGREVISION=   1
 # nmap.nasl was removed from the pack,
 # http://www.nessus.org/documentation/?doc=nmap-usage
 DISTFILES+=    ${DISTNAME}${EXTRACT_SUFX} nmap.nasl
@@ -19,7 +20,8 @@
 USE_TOOLS+=    cat gzip
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
-CONFIGURE_ENV+=                CAT=${TOOLS_CAT:Q} GZIP=${TOOLS_GZIP_CMD:Q}
+CONFIGURE_ENV+=                CAT=${TOOLS_CAT:Q} GZIP=${TOOLS_GZIP_CMD:Q} \
+                       ac_cv_path_MAKE=${MAKE:Q}
 
 PLIST_SRC=     ${WRKDIR}/PLIST PLIST
 



Home | Main Index | Thread Index | Old Index