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/openvpn-devel | |
parent | - /objformat=/s|=.*|=elf| [1] (diff) |
- Use newly added RC_SUBR_SUFFIX
Approved by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=184148
Diffstat (limited to 'security/openvpn-devel')
-rw-r--r-- | security/openvpn-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index f4dbcb2faa2f..f784e4ba5577 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -36,12 +36,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. |