diff options
author | girgen <girgen@FreeBSD.org> | 2014-07-01 22:27:12 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2014-07-01 22:27:12 +0800 |
commit | 57edc2aedb75e4fa5d5b796120cb4fcfbebc2955 (patch) | |
tree | 659389ba85d30fa79dac24d70f6e2ec558c1d900 /security | |
parent | e70c754d356a7e958a6b7b91efadda5e98120fe7 (diff) | |
download | freebsd-ports-gnome-57edc2aedb75e4fa5d5b796120cb4fcfbebc2955.tar.gz freebsd-ports-gnome-57edc2aedb75e4fa5d5b796120cb4fcfbebc2955.tar.zst freebsd-ports-gnome-57edc2aedb75e4fa5d5b796120cb4fcfbebc2955.zip |
into the fire... last commit didnt't really help, it has to be part of SUB_LIST as well
Diffstat (limited to 'security')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 5ec860393ea9..e4f3a87f2449 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -3,7 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -39,7 +39,7 @@ PLIST_SUB+= WITH_APACHE_22="@comment " PLIST_SUB+= WITH_APACHE_24="" .endif -SUB_LIST+= SH=${SH} +SUB_LIST+= SH=${SH} WWWGRP=${WWWGRP} PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST+= SHIBD_USER=${USERS} |