diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-13 18:30:23 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-13 18:30:23 +0000 |
commit | 4a95877d460cb71ff4eab26662e78bac913e5ffe (patch) | |
tree | b77adf4a7ab9ff357554521a6c8ef0a25a8d8cce | |
parent | a73fda2de4a70a0b125ce8b125b35ab3a943e947 (diff) | |
download | ports-4a95877d460cb71ff4eab26662e78bac913e5ffe.tar.gz ports-4a95877d460cb71ff4eab26662e78bac913e5ffe.zip |
Notes
-rw-r--r-- | security/py-fail2ban/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index 3b778070760d..781aeac1bc49 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -2,7 +2,7 @@ PORTNAME= fail2ban PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -47,7 +47,7 @@ post-patch: ${WRKSRC}/config/fail2ban.conf post-install: - @${MKDIR} ${STAGEDIR}${FAIL2BAN_DBDIR} + @${MKDIR} ${STAGEDIR}${FAIL2BAN_DBDIR} ${STAGEDIR}/var/run/fail2ban @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .for file in fail2ban-client fail2ban-regex fail2ban-server fail2ban |