summaryrefslogtreecommitdiff
path: root/security/nessus-devel/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-02-25 21:18:25 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-02-25 21:18:25 +0000
commit02c3e6a7211f4ee36824877e0cf331f79eeea1ac (patch)
tree142173547658b16eab2596dddd8db0964722aa7d /security/nessus-devel/Makefile
parentWITH_USERPREFS is now the default. (diff)
- Upgrade to nessus version 2.0.10a
- Adopt the standard nessus directory structure, reducing the number of files in ${PREFIX}/etc/nessus. Move existing files to the right places PR: ports/62033 Submitted by: maintainer
Diffstat (limited to 'security/nessus-devel/Makefile')
-rw-r--r--security/nessus-devel/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile
index c670f38a7823..bc7fbc8d23ce 100644
--- a/security/nessus-devel/Makefile
+++ b/security/nessus-devel/Makefile
@@ -4,8 +4,7 @@
#
PORTNAME= nessus-devel
-PORTVERSION= 2.0.9
-PORTREVISION= 1
+PORTVERSION= 2.0.10a
CATEGORIES= security
MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \
@@ -35,14 +34,12 @@ PKGNAMESUFFIX= -gtk
CONFIGURE_ARGS+=--disable-gtk
.endif
-CONFIGURE_ARGS+= --sharedstatedir=${PREFIX}/etc/nessus/com \
- --localstatedir=${PREFIX}/etc/nessus/var
-
MAN1= nessus.1 nessus-mkrand.1 nessus-mkcert-client.1
MAN8= nessusd.8 nessus-adduser.8 nessus-mkcert.8 nessus-rmuser.8
post-install:
-.if ! exists(${PREFIX}/etc/nessus/var/CA/serverkey.pem)
+ @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/move_nessus
+.if ! exists(${PREFIX}/var/CA/serverkey.pem)
.if ! defined(BATCH)
${PREFIX}/sbin/nessus-mkcert
.else