From 602928078444772c4a7a49e5eaf4d83a74c48d0a Mon Sep 17 00:00:00 2001 From: rafan Date: Sun, 4 Feb 2007 19:14:20 +0000 Subject: - Use newly added RC_SUBR_SUFFIX Approved by: Matthias Andree (maintainer) --- security/openvpn-devel/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'security/openvpn-devel/Makefile') 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 -.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. -- cgit