diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-04 19:14:20 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-04 19:14:20 +0000 |
commit | ac65d64c6cafd500bebf13fe48dc40272c4fd280 (patch) | |
tree | 81a6c8cc5e7977c1be486658057b2ceb4ec5074d /security/openvpn20 | |
parent | 3eaff25cc8249f109dc7507bdab39b05ca9c2680 (diff) | |
download | ports-ac65d64c6cafd500bebf13fe48dc40272c4fd280.tar.gz ports-ac65d64c6cafd500bebf13fe48dc40272c4fd280.zip |
Notes
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index 93cc19cacbec..0e8a956281d6 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -42,12 +42,7 @@ SUB_LIST+= OSVERSION=${OSVERSION} .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 700007 || ( ${OSVERSION} < 700000 && ${OSVERSION} >= 600101)) -rcsuffix= -.else -rcsuffix= .sh -.endif -SUB_LIST+= RCSFX=${rcsuffix} +SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX} # NOTE: there is no way to explicitly specify the LZO version to OpenVPN, # if LZO2 and LZO1 are installed, OpenVPN will pick LZO2. |