summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-19 09:04:02 +0000
committerjlam <jlam>2002-09-19 09:04:02 +0000
commit1bd30abdbbb690fe95daba3498fba27281ff9953 (patch)
tree185ab29c04b06eec36c6497410047b36b8b6958d /databases/openldap
parent042d5014efea62d9f06a7b10728c1dbc40a98dfa (diff)
downloadpkgsrc-1bd30abdbbb690fe95daba3498fba27281ff9953.tar.gz
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 0eba60899c4..a180a5931b9 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2002/08/25 18:38:23 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2002/09/19 09:04:07 jlam Exp $
DISTNAME= openldap-2.0.25
SVR4_PKGNAME= oldap
@@ -81,17 +81,7 @@ SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
.endfor
RCD_SCRIPTS= slapd
-post-build:
- @for script in ${RCD_SCRIPTS}; do \
- ${SED} ${FILES_SUBST_SED} ${FILESDIR}/$${script}.sh \
- > ${WRKDIR}/$${script}; \
- done
-
post-install:
- for script in ${RCD_SCRIPTS}; do \
- ${INSTALL_SCRIPT} ${WRKDIR}/$${script} \
- ${PREFIX}/etc/rc.d/$${script}; \
- done
${INSTALL_DATA_DIR} ${EGDIR}/schema
for file in ${CNFS} ${CNFS_PERMS} ${SUPPS}; do \
if [ ! -e ${PKG_SYSCONFDIR}/$${file}.default ]; then \