summaryrefslogtreecommitdiff
path: root/security/openvpn-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvpn-devel/Makefile')
-rw-r--r--security/openvpn-devel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index 8a92e7c32a36..6e5f02e3b05c 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= openvpn
-DISTVERSION= 2.1_rc7
-PORTREVISION= 1
+DISTVERSION= 2.1_rc8
CATEGORIES= security net
-MASTER_SITES= http://openvpn.net/release/
+MASTER_SITES= https://secure.openvpn.net/beta/
PKGNAMESUFFIX= -devel
MAINTAINER= matthias.andree@gmx.de
@@ -82,6 +81,8 @@ post-install:
&& ${FIND} easy-rsa sample-config-files sample-scripts -depth \
| ${GREP} -v easy-rsa/Windows \
| ${CPIO} -pdmu ${DOCSDIR} )
+.else
+ -@${RMDIR} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}