diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-22 15:28:33 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-22 15:28:33 +0000 |
commit | 506c2fef1d24bb06b95a342e3c41642b0379811b (patch) | |
tree | 9bcb39080096822c7052a75684520270073af096 /security/opensaml2/Makefile | |
parent | 27d3864b6c9a962aeee055afd3ba96604f6a9aad (diff) |
Notes
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: |