diff options
author | adam <adam> | 2004-05-19 16:22:28 +0000 |
---|---|---|
committer | adam <adam> | 2004-05-19 16:22:28 +0000 |
commit | 513a652baa14037ee08ab887bb9848e1dd860748 (patch) | |
tree | ec0305dffc1751e532143378c6da74f5567aad7f /security/nessus | |
parent | 0da81133f301932898d5976d8dbbb4fed86ef589 (diff) | |
download | pkgsrc-513a652baa14037ee08ab887bb9848e1dd860748.tar.gz |
/usr/adam/nessus.txt
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 8 | ||||
-rw-r--r-- | security/nessus/Makefile.common | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 417de770b5d..b1ffd57aa26 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:52 wiz Exp $ -# +# $NetBSD: Makefile,v 1.19 2004/05/19 16:22:28 adam Exp $ DISTNAME= nessus-${VERS} -PKGREVISION= 1 MASTER_SITES= # empty DISTFILES= # empty .include "../nessus/Makefile.common" COMMENT= The Nessus Network Security Scanner -DEPENDS+= nessus-core-${VERS}nb1:../nessus-core -DEPENDS+= nessus-plugins-${VERS}nb1:../nessus-plugins +DEPENDS+= nessus-core-${VERS}:../nessus-core +DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins USE_X11= yes EXTRACT_ONLY= # empty diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common index 6d13498251a..75f2398aa5d 100644 --- a/security/nessus/Makefile.common +++ b/security/nessus/Makefile.common @@ -1,13 +1,12 @@ -# $NetBSD: Makefile.common,v 1.19 2003/11/08 07:40:17 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/05/19 16:22:28 adam Exp $ # # Common Makefile for: # * nessus-core # * nessus-libraries # * nessus-plugins # * libnasl -# -VERS= 2.0.9 +VERS= 2.0.10a CATEGORIES= security x11 net MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \ |