svn commit: r371572 - head/net/linux-c6-openldap

Johannes Jost Meixner xmj at FreeBSD.org
Mon Oct 27 13:08:46 UTC 2014


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
 


More information about the svn-ports-all mailing list