Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 13:08:46 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371572 - head/net/linux-c6-openldap
Message-ID:  <201410271308.s9RD8kid056797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xmj
Date: Mon Oct 27 13:08:45 2014
New Revision: 371572
URL: https://svnweb.freebsd.org/changeset/ports/371572
QAT: https://qat.redports.org/buildarchive/r371572/

Log:
  net/linux-c6-openldap: fix plist issues
  
  - Add usr/libexec/openldap/create-certdb.sh to PLIST_FILES
  
  Submitted by:	antoine
  Differential Revision:	https://reviews.freebsd.org/D986
  Approved by:	swills

Modified:
  head/net/linux-c6-openldap/Makefile

Modified: head/net/linux-c6-openldap/Makefile
==============================================================================
--- head/net/linux-c6-openldap/Makefile	Mon Oct 27 13:07:13 2014	(r371571)
+++ head/net/linux-c6-openldap/Makefile	Mon Oct 27 13:08:45 2014	(r371572)
@@ -18,7 +18,7 @@ USE_LINUX_RPM=	yes
 USE_LDCONFIG=	yes
 DESCR=	${.CURDIR}/../openldap24-server/pkg-descr
 
-PLIST_FILES=	lib/liblber-2.4.so.2 lib/liblber-2.4.so.2.5.6 lib/libldap-2.4.so.2 lib/libldap-2.4.so.2.5.6 lib/libldap_r-2.4.so.2 lib/libldap_r-2.4.so.2.5.6 lib/libldif-2.4.so.2 lib/libldif-2.4.so.2.5.6 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz
+PLIST_FILES=	lib/liblber-2.4.so.2 lib/liblber-2.4.so.2.5.6 lib/libldap-2.4.so.2 lib/libldap-2.4.so.2.5.6 lib/libldap_r-2.4.so.2 lib/libldap_r-2.4.so.2.5.6 lib/libldif-2.4.so.2 lib/libldif-2.4.so.2.5.6 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz usr/libexec/openldap/create-certdb.sh
 DOCSDIR=	usr/share/doc/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README
 



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