From ac65d64c6cafd500bebf13fe48dc40272c4fd280 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sun, 4 Feb 2007 19:14:20 +0000 Subject: [PATCH] - Use newly added RC_SUBR_SUFFIX Approved by: Matthias Andree (maintainer) --- security/openvpn-devel/Makefile | 7 +------ security/openvpn/Makefile | 7 +------ security/openvpn20/Makefile | 7 +------ 3 files changed, 3 insertions(+), 18 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 -.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. diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 93cc19cacbec..0e8a956281d6 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -42,12 +42,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. 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 -.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.