1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Fix packaging

This commit is contained in:
Antoine Brodin 2014-09-11 06:00:05 +00:00
parent 2da8079844
commit c78e19243c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367905
2 changed files with 2 additions and 0 deletions

View File

@ -538,6 +538,7 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib$${library}-${OPENLDAP_MAJOR}.so.${OPENLDAP_SHLIB_MAJOR}; \
done
.else
@${MKDIR} ${STAGEDIR}${LDAP_RUN_DIR}
.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so.${OPENLDAP_SHLIB_MAJOR}
.endif

View File

@ -161,6 +161,7 @@ sbin/slapindex
sbin/slappasswd
sbin/slapschema
sbin/slaptest
@dirrmtry %%ETCDIR%%/schema
%%MODULES%%@dirrmtry libexec/openldap
@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%%
@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%%