1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Use newly added RC_SUBR_SUFFIX

Approved by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
This commit is contained in:
Rong-En Fan 2007-02-04 19:14:20 +00:00
parent 3eaff25cc8
commit ac65d64c6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184148
3 changed files with 3 additions and 18 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.