summaryrefslogtreecommitdiff
path: root/security/gsad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gsad/Makefile')
-rw-r--r--security/gsad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gsad/Makefile b/security/gsad/Makefile
index 66760cbac3b9..651b50f6667c 100644
--- a/security/gsad/Makefile
+++ b/security/gsad/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gsad
DISTVERSIONPREFIX= v
-DISTVERSION= 21.4.4
+DISTVERSION= 22.4.0
CATEGORIES= security
MAINTAINER= acm@FreeBSD.org
@@ -39,6 +39,7 @@ post-patch:
${REINPLACE_CMD} -e 's|$${GVM_LOG_DIR}|/var/log/gvm|g' ${WRKSRC}/src/gsad_log.conf.sample
post-install:
+ @${MKDIR} ${STAGEDIR}/var/run/gsad
@${MKDIR} ${STAGEDIR}/var/run/gvm
@${MKDIR} ${STAGEDIR}${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/src/gsad_log.conf.sample ${STAGEDIR}${ETCDIR}
@@ -47,5 +48,6 @@ post-install:
@${ECHO_CMD} "sbin/gsad" >> ${TMPPLIST} >> ${TMPPLIST}
@${ECHO_CMD} "share/man/man8/gsad.8.gz" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(gvm,gvm,750) /var/run/gsad" >> ${TMPPLIST}
+ @${ECHO_CMD} "@dir(gvm,gvm,750) /var/run/gvm" >> ${TMPPLIST}
.include <bsd.port.mk>