diff options
author | wiz <wiz> | 2000-08-14 16:35:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 16:35:31 +0000 |
commit | 0f20d9bf267f6f02606f6a59439b2f1b2e511a45 (patch) | |
tree | 6ab34b2bd5432abf343850937ceaddfa8edb15c3 /databases/openldap/Makefile | |
parent | 69c5744e61b41d4f47637bb12f5921d00fc81a97 (diff) | |
download | pkgsrc-0f20d9bf267f6f02606f6a59439b2f1b2e511a45.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/Makefile | 7 |
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 |