diff options
author | veego <veego@pkgsrc.org> | 2000-07-17 09:19:43 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-07-17 09:19:43 +0000 |
commit | b584bc479ca338adcc513ae98bf96d3fb59d04f3 (patch) | |
tree | b448b15a038f9bd28239dea7571646aec2ccc220 /databases/openldap/Makefile | |
parent | ce60d4541ff8db6a21aedcaa366d72fbff55100c (diff) | |
download | pkgsrc-b584bc479ca338adcc513ae98bf96d3fb59d04f3.tar.gz |
Solaris uses slurpd, so split the PLISTs.
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 0bb02817ee6..2f35a0356d5 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/06/15 12:54:10 kleink Exp $ +# $NetBSD: Makefile,v 1.17 2000/07/17 09:19:43 veego Exp $ # DISTNAME= openldap-1.2.11 @@ -31,6 +31,11 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/db2" CONFIGURE_ENV+= LIBS="-ldb2 -lpthread -lrt" .endif +PLIST_SRC= ${WRKDIR}/.PLIST_SRC + +post-build: + ${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC} + post-configure: ${ECHO} "SLAPD_LIBS = " >> ${WRKSRC}/servers/slapd/tools/Makefile |