diff options
Diffstat (limited to 'security/shibboleth2-sp/Makefile')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index b94e6fb745b4..abe23bdc6921 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -26,6 +26,8 @@ GROUPS= shibd USE_APACHE= 22+ USE_OPENSSL= yes +INSTALL_TARGET= install-strip + .include <bsd.port.pre.mk> .if ${APACHE_VERSION} == 22 |