diff options
Diffstat (limited to 'security/openvpn-devel/Makefile')
-rw-r--r-- | security/openvpn-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index eb821bc8b54b..b68699d478ee 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -6,10 +6,8 @@ # PORTNAME= openvpn -DISTVERSION= 2.1_rc2 +DISTVERSION= 2.1_rc4 CATEGORIES= security net -# MASTER_SITES points to hosts in distinct data centers, -# so just one MASTER_SITES entry should be OK. MASTER_SITES= http://openvpn.net/release/ PKGNAMESUFFIX= -devel @@ -23,6 +21,7 @@ USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include +INSTALL_TARGET= install mandir=${MANPREFIX}/man MAN8= openvpn.8 |