diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-19 21:17:02 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-19 21:17:02 +0000 |
commit | 9d05408e9285da42c4e0c9effe538442ec254a05 (patch) | |
tree | 460e2ab54fa18f5ec6705b7546071e8c038a21bb /security | |
parent | e947fcf87af74b358bcd891d7312156bdcf74883 (diff) | |
download | pkgsrc-9d05408e9285da42c4e0c9effe538442ec254a05.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 |