svn commit: r450721 - head/net/openldap24-server
Xin LI
delphij at FreeBSD.org
Wed Sep 27 06:40:51 UTC 2017
Author: delphij
Date: Wed Sep 27 06:40:50 2017
New Revision: 450721
URL: https://svnweb.freebsd.org/changeset/ports/450721
Log:
Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org>
Modified:
head/net/openldap24-server/Makefile
head/net/openldap24-server/pkg-plist
Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile Wed Sep 27 06:31:14 2017 (r450720)
+++ head/net/openldap24-server/Makefile Wed Sep 27 06:40:50 2017 (r450721)
@@ -612,6 +612,9 @@ post-install:
.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSMBPWD} || ${PORT_OPTIONS:MSHA2}
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so
.endif
+.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openldap
+.endif
.endif # defined(CLIENT_ONLY)
.include <bsd.port.post.mk>
Modified: head/net/openldap24-server/pkg-plist
==============================================================================
--- head/net/openldap24-server/pkg-plist Wed Sep 27 06:31:14 2017 (r450720)
+++ head/net/openldap24-server/pkg-plist Wed Sep 27 06:40:50 2017 (r450721)
@@ -34,7 +34,6 @@
%%SLAPI%%lib/libslapi.a
%%SLAPI%%lib/libslapi.la
%%SLAPI%%lib/libslapi.so
-%%MODULES%%@preexec mkdir -p %D/libexec/openldap
%%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%
%%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
%%BACK_BDB%%libexec/openldap/back_bdb.la
More information about the svn-ports-head
mailing list