1
0
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:
Rong-En Fan 2007-02-01 04:14:39 +00:00
parent b62d6b2fdb
commit 2f9f20f3e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183835
2 changed files with 2 additions and 12 deletions

View File

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

View File

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