svn commit: r367905 - head/net/openldap24-server

Antoine Brodin antoine at FreeBSD.org
Thu Sep 11 06:00:05 UTC 2014


Author: antoine
Date: Thu Sep 11 06:00:05 2014
New Revision: 367905
URL: http://svnweb.freebsd.org/changeset/ports/367905
QAT: https://qat.redports.org/buildarchive/r367905/

Log:
  Fix packaging

Modified:
  head/net/openldap24-server/Makefile
  head/net/openldap24-server/pkg-plist

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Wed Sep 10 23:16:27 2014	(r367904)
+++ head/net/openldap24-server/Makefile	Thu Sep 11 06:00:05 2014	(r367905)
@@ -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

Modified: head/net/openldap24-server/pkg-plist
==============================================================================
--- head/net/openldap24-server/pkg-plist	Wed Sep 10 23:16:27 2014	(r367904)
+++ head/net/openldap24-server/pkg-plist	Thu Sep 11 06:00:05 2014	(r367905)
@@ -161,6 +161,7 @@ sbin/slapindex
 sbin/slappasswd
 sbin/slapschema
 sbin/slaptest
+ at dirrmtry %%ETCDIR%%/schema
 %%MODULES%%@dirrmtry libexec/openldap
 @dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%%
 @dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%%


More information about the svn-ports-head mailing list