aboutsummaryrefslogtreecommitdiff
path: root/security/greenbone-security-assistant8/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2017-08-06 06:49:42 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2017-08-06 06:49:42 +0000
commitfc904f521b6ee54b2cddd82c136aabfbb1514fc7 (patch)
tree555f57764646a615c0ffcc4a4506759d11fbd08f /security/greenbone-security-assistant8/Makefile
parent7ddd43998f37e08bf4bf670bfa44c58e8b5f5c83 (diff)
downloadports-fc904f521b6ee54b2cddd82c136aabfbb1514fc7.tar.gz
ports-fc904f521b6ee54b2cddd82c136aabfbb1514fc7.zip
Notes
Diffstat (limited to 'security/greenbone-security-assistant8/Makefile')
-rw-r--r--security/greenbone-security-assistant8/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/greenbone-security-assistant8/Makefile b/security/greenbone-security-assistant8/Makefile
index b9a4e55a02fb..9d5d40f1c178 100644
--- a/security/greenbone-security-assistant8/Makefile
+++ b/security/greenbone-security-assistant8/Makefile
@@ -2,6 +2,7 @@
PORTNAME?= greenbone-security-assistant8
PORTVERSION?= 6.0.12
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES?= http://wald.intevation.org/frs/download.php/2442/
DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION}
@@ -23,7 +24,11 @@ CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
USES= cmake:outsource gettext gnome pkgconfig
USE_GNOME= glib20 libxml2 libxslt
USE_RC_SUBR= gsad
+ETCDIR= ${PREFIX}/etc/openvas
OPENVAS_VER?= 8
+post-install:
+ ${MV} ${STAGEDIR}${ETCDIR}/gsad_log.conf ${STAGEDIR}${ETCDIR}/gsad_log.conf.sample
+
.include <bsd.port.mk>