summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-03 14:13:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-03 14:13:26 +0000
commitd8e8201c23b35078cd3be2b5b72aa71eaea54e23 (patch)
tree2f61b251d1f3bcb2ec6a8874adc9e3c10f42d4c7
parent- Convert to stage (diff)
- Unbreak sasl support
PR: 186376
-rw-r--r--net/openldap24-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 29128c1ea1eb..c39373c4d2be 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -572,7 +572,7 @@ post-install:
${STAGEDIR}${PREFIX}/libexec/openldap/
@${INSTALL_PROGRAM} ${WRKSRC}/contrib/slapd-modules/passwd/sha2/.libs/pw-sha2.so.0 \
${STAGEDIR}${PREFIX}/libexec/openldap/
- @${LN} -s pw-sha2.so.0 ${PREFIX}/libexec/openldap/pw-sha2.so
+ @${LN} -s pw-sha2.so.0 ${STAGEDIR}${PREFIX}/libexec/openldap/pw-sha2.so
.endif
.endif