diff options
author | kristerw <kristerw> | 2005-06-19 21:17:02 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-19 21:17:02 +0000 |
commit | 6367b8d4e3efd98f16d2bd8dcba09d0cee9e542c (patch) | |
tree | 460e2ab54fa18f5ec6705b7546071e8c038a21bb /security | |
parent | 7fe4ad49f80c55062797198ae20da4e56896fb69 (diff) | |
download | pkgsrc-6367b8d4e3efd98f16d2bd8dcba09d0cee9e542c.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-plugins/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index 8b701608934..13965bacfb4 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -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 @@ DEPENDS+= nmap>=2.0:../../net/nmap 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 |