diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-11 06:00:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-11 06:00:05 +0000 |
commit | c78e19243c17b4a74aa60c43da03982d41f37099 (patch) | |
tree | b12342b1fdcabb11b7f95a61030c497424f3ad7f /net | |
parent | 2da80798447500c656c9ce8395664eb5134cde40 (diff) | |
download | freebsd-ports-c78e19243c17b4a74aa60c43da03982d41f37099.zip |
Fix packaging
Diffstat (limited to 'net')
-rw-r--r-- | net/openldap24-server/Makefile | 1 | ||||
-rw-r--r-- | net/openldap24-server/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 08dce726e099..171abca08cca 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -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 diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist index c8cbfa205cc4..8ebf20ed6825 100644 --- a/net/openldap24-server/pkg-plist +++ b/net/openldap24-server/pkg-plist @@ -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%% |