pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/nessus-plugins Prevent paths to the build dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75d1515f1428
branches:  trunk
changeset: 495760:75d1515f1428
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 21:17:02 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

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

diffs (25 lines):

diff -r cb3e0576e5b2 -r 75d1515f1428 security/nessus-plugins/Makefile
--- a/security/nessus-plugins/Makefile  Sun Jun 19 21:12:36 2005 +0000
+++ b/security/nessus-plugins/Makefile  Sun Jun 19 21:17:02 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:47:14 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/19 21:17:02 kristerw Exp $
 
 .include       "../nessus/Makefile.common"
 
 DISTNAME=      nessus-plugins-GPL-${VERS}
+PKGREVISION=   1
 PKGNAME=       nessus-plugins-${VERS}
 
 COMMENT=       Plugins for the Nessus Network Security Scanner
@@ -11,8 +12,10 @@
 
 WRKSRC=                ${WRKDIR}/nessus-plugins
 GNU_CONFIGURE=         yes
+USE_TOOLS+=    cat
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+CONFIGURE_ENV+=                ac_cv_path_CAT="${TOOLS_CAT}"
 
 PLIST_SRC=     ${WRKDIR}/PLIST PLIST
 



Home | Main Index | Thread Index | Old Index