Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 06:00:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367905 - head/net/openldap24-server
Message-ID:  <201409110600.s8B605xC019290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@dirrmtry %%ETCDIR%%/schema
 %%MODULES%%@dirrmtry libexec/openldap
 @dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%%
 @dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409110600.s8B605xC019290>