diff options
Diffstat (limited to 'security/opensaml2/Makefile')
-rw-r--r-- | security/opensaml2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 16e5e2f45494..8cd929b23217 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opensaml -PORTVERSION= 1.1 +DISTVERSION= 1.1b CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/ @@ -23,6 +23,8 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-1.1 + .include <bsd.port.pre.mk> post-patch: |