mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Use newly added RC_SUBR_SUFFIX
Approved by: delphij (maintainer)
This commit is contained in:
parent
b62d6b2fdb
commit
2f9f20f3e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183835
@ -384,13 +384,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
|
||||
.if defined(CLIENT_ONLY)
|
||||
.include "${FILESDIR}/manpages"
|
||||
.else
|
||||
.if (${OSVERSION} >= 700007 || (${OSVERSION} < 700000 && ${OSVERSION} >= 600101))
|
||||
RC_SUFX=
|
||||
.else
|
||||
RC_SUFX= .sh
|
||||
.endif
|
||||
SUB_LIST+= RC_DIR=${PREFIX} \
|
||||
RC_SUFX=${RC_SUFX} \
|
||||
RC_SUFX=${RC_SUBR_SUFFIX} \
|
||||
LDAP_RUN_DIR=${LDAP_RUN_DIR} \
|
||||
DATABASEDIR=${DATABASEDIR}
|
||||
.endif
|
||||
|
@ -423,13 +423,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
|
||||
.if defined(CLIENT_ONLY)
|
||||
.include "${FILESDIR}/manpages"
|
||||
.else
|
||||
.if (${OSVERSION} >= 700007 || (${OSVERSION} < 700000 && ${OSVERSION} >= 600101))
|
||||
RC_SUFX=
|
||||
.else
|
||||
RC_SUFX= .sh
|
||||
.endif
|
||||
SUB_LIST+= RC_DIR=${PREFIX} \
|
||||
RC_SUFX=${RC_SUFX} \
|
||||
RC_SUFX=${RC_SUBR_SUFFIX} \
|
||||
LDAP_RUN_DIR=${LDAP_RUN_DIR} \
|
||||
DATABASEDIR=${DATABASEDIR}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user