diff options
-rw-r--r-- | security/shibboleth2-sp/Makefile | 1 | ||||
-rw-r--r-- | security/shibboleth2-sp/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index c20e1b49b365..288043874884 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -3,6 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ diff --git a/security/shibboleth2-sp/pkg-plist b/security/shibboleth2-sp/pkg-plist index 0e4b0dd03c27..828e019a912d 100644 --- a/security/shibboleth2-sp/pkg-plist +++ b/security/shibboleth2-sp/pkg-plist @@ -173,8 +173,8 @@ share/doc/shibboleth/main.css @exec mkdir -p /var/run/shibboleth @exec chown -R %%SHIBD_USER%%:%%WWWGRP%% /var/run/shibboleth @exec chmod -R u=rwx,g=rx,o= /var/run/shibboleth -@unexec rm -rf /var/cache/shibboleth 2>&1 >/dev/null || true -@unexec rm -rf /var/run/shibboleth 2>&1 >/dev/null || true +@dirrmtry /var/cache/shibboleth +@dirrmtry /var/run/shibboleth @dirrmtry share/doc/shibboleth/api @dirrmtry share/doc/shibboleth @dirrmtry lib/shibboleth |