summaryrefslogtreecommitdiff
path: root/databases/openldap/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-14 16:35:31 +0000
committerwiz <wiz>2000-08-14 16:35:31 +0000
commit858698b4235cf5fdb75ad77f16f5c46d14fe491f (patch)
tree6ab34b2bd5432abf343850937ceaddfa8edb15c3 /databases/openldap/Makefile
parent95af03bcdfdfb722842c041b6a7abe1833d6e3f4 (diff)
downloadpkgsrc-858698b4235cf5fdb75ad77f16f5c46d14fe491f.tar.gz
USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch. Add DEINSTALL script with note about etc/openldap.
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r--databases/openldap/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 2f35a0356d5..8759ac1cfe3 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/07/17 09:19:43 veego Exp $
+# $NetBSD: Makefile,v 1.18 2000/08/14 16:35:31 wiz Exp $
#
DISTNAME= openldap-1.2.11
@@ -14,7 +14,9 @@ HOMEPAGE= http://www.OpenLDAP.org/
CONFLICTS+= ldapsdk*
-USE_PKGLIBTOOL= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/build/ltconfig
+DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
.include "../../mk/bsd.prefs.mk"
@@ -35,6 +37,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
post-build:
${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC}
+ ${SED} "s,@PREFIX@,${PREFIX}," ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE}
post-configure:
${ECHO} "SLAPD_LIBS = " >> ${WRKSRC}/servers/slapd/tools/Makefile