diff options
author | frueauf <frueauf> | 2005-01-19 08:40:10 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2005-01-19 08:40:10 +0000 |
commit | c25b98f354e10df8b852d742647b3b2a820f83ba (patch) | |
tree | bc7ce550f38138cf8930c1f998890c7e8e4e20f5 | |
parent | 1d99b20ec868f75d9b60cb082c1eaf0f039e12b4 (diff) | |
download | pkgsrc-c25b98f354e10df8b852d742647b3b2a820f83ba.tar.gz |
Remove nb1 from version as pointed out by Bernd Ernesti.
-rw-r--r-- | security/nessus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 8bd96de45aa..f7178ec09e7 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2004/12/30 13:20:56 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/01/19 08:40:10 frueauf Exp $ -DISTNAME= nessus-${VERS}nb1 +DISTNAME= nessus-${VERS} MASTER_SITES= # empty DISTFILES= # empty .include "../nessus/Makefile.common" COMMENT= The Nessus Network Security Scanner -DEPENDS+= nessus-core-${VERS}nb1:../nessus-core +DEPENDS+= nessus-core-${VERS}:../nessus-core DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins USE_X11= yes |