diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-30 21:16:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-30 21:16:07 +0000 |
commit | 27d8e7219ce80d21d0ff56f69837c323758dd56e (patch) | |
tree | 9bdadc1ff4c51bbba3248ef06714c868efe51e8f /security | |
parent | 130bd566bae2567d9082dc2716f0b544c3605f50 (diff) | |
download | pkgsrc-27d8e7219ce80d21d0ff56f69837c323758dd56e.tar.gz |
Explicitly pass down MAKE to fix wrkdir reference in nessus-build.
Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-plugins/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index dc19e24e7f8..3d2d396bb43 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 |