mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Fix packaging
This commit is contained in:
parent
2da8079844
commit
c78e19243c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367905
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user