diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-05 03:14:20 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-05 03:14:20 +0800 |
commit | 602928078444772c4a7a49e5eaf4d83a74c48d0a (patch) | |
tree | 7cfd2716804e345e7281786864103f31de1074c6 /security/openvpn-devel/Makefile | |
parent | d268f00848daacf22b96f921d3917b96013993cf (diff) | |
download | freebsd-ports-gnome-602928078444772c4a7a49e5eaf4d83a74c48d0a.tar.gz freebsd-ports-gnome-602928078444772c4a7a49e5eaf4d83a74c48d0a.tar.zst freebsd-ports-gnome-602928078444772c4a7a49e5eaf4d83a74c48d0a.zip |
- Use newly added RC_SUBR_SUFFIX
Approved by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Diffstat (limited to 'security/openvpn-devel/Makefile')
-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. |