summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-01 04:14:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-01 04:14:39 +0000
commit2f9f20f3e8867b91e4b8b38772c55b85e139deac (patch)
tree84e10714c7331fe3cfc7f6d49977f03b785725af
parent- Update to 1.3.3 (diff)
- Use newly added RC_SUBR_SUFFIX
Approved by: delphij (maintainer)
Notes
Notes: svn path=/head/; revision=183835
-rw-r--r--net/openldap23-server/Makefile7
-rw-r--r--net/openldap24-server/Makefile7
2 files changed, 2 insertions, 12 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index 3ba62bb1da7f..3d00ee605428 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -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
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 3cc16faef1f4..37aebfe4cf29 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -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