aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-server/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-09-27 06:40:50 +0000
committerXin LI <delphij@FreeBSD.org>2017-09-27 06:40:50 +0000
commit3a69d61f8954ff5a3134c6098efc6288cf6633a2 (patch)
treee5ba08464660af32f6facb94ddaf85448a90a1ad /net/openldap24-server/Makefile
parent88d565f5a2b6a776bc26a510d44e0ca2d20ed9db (diff)
downloadports-3a69d61f8954ff5a3134c6098efc6288cf6633a2.tar.gz
ports-3a69d61f8954ff5a3134c6098efc6288cf6633a2.zip
Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist.
PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org>
Notes
Notes: svn path=/head/; revision=450721
Diffstat (limited to 'net/openldap24-server/Makefile')
-rw-r--r--net/openldap24-server/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index ec4ac31e095f..cef0e20d89fc 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -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>