summaryrefslogtreecommitdiff
path: root/security/nessus-plugins
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-08-30 20:46:23 +0000
committertron <tron@pkgsrc.org>2005-08-30 20:46:23 +0000
commite51f9525f8f72835c023df82ccae22607d7e219a (patch)
treed8731ed8e84290fd710763c029da69677e8ff626 /security/nessus-plugins
parent0e7a631888cd6f2583b63ed45b7af7b67deac66d (diff)
downloadpkgsrc-e51f9525f8f72835c023df82ccae22607d7e219a.tar.gz
Avoid compiling the path to the "gzip" wrapper script into the binary,
bump package revision.
Diffstat (limited to 'security/nessus-plugins')
-rw-r--r--security/nessus-plugins/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile
index b61c0e61dc6..43c6f165de3 100644
--- a/security/nessus-plugins/Makefile
+++ b/security/nessus-plugins/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2005/06/24 21:53:48 kristerw Exp $
+# $NetBSD: Makefile,v 1.23 2005/08/30 20:46:23 tron Exp $
.include "../nessus/Makefile.common"
DISTNAME= nessus-plugins-GPL-${VERS}
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= nessus-plugins-${VERS}
COMMENT= Plugins for the Nessus Network Security Scanner
@@ -12,10 +12,10 @@ DEPENDS+= nmap>=2.0:../../net/nmap
WRKSRC= ${WRKDIR}/nessus-plugins
GNU_CONFIGURE= yes
-USE_TOOLS+= cat
+USE_TOOLS+= cat gzip
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ENV+= CAT="${TOOLS_CAT}"
+CONFIGURE_ENV+= CAT="${TOOLS_CAT}" GZIP=${TOOLS_GZIP_CMD:Q}
PLIST_SRC= ${WRKDIR}/PLIST PLIST