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:
parent
3eaff25cc8
commit
ac65d64c6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184148
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user