pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nessus-plugins Avoid compiling the path to th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4cb63df2425
branches: trunk
changeset: 498707:e4cb63df2425
user: tron <tron%pkgsrc.org@localhost>
date: Tue Aug 30 20:46:23 2005 +0000
description:
Avoid compiling the path to the "gzip" wrapper script into the binary,
bump package revision.
diffstat:
security/nessus-plugins/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 9c02fe8c7352 -r e4cb63df2425 security/nessus-plugins/Makefile
--- a/security/nessus-plugins/Makefile Tue Aug 30 20:17:50 2005 +0000
+++ b/security/nessus-plugins/Makefile Tue Aug 30 20:46:23 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index