diff options
author | xmj <xmj@FreeBSD.org> | 2014-10-27 21:08:45 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-10-27 21:08:45 +0800 |
commit | 22391b52e7df850e4f7a97dfe80ad12774175998 (patch) | |
tree | 7637d4cc95d91d408584bde2e015b024bcf9f5d2 | |
parent | 8799dc9b544b82377926f181349a59f723cb70a8 (diff) | |
download | freebsd-ports-gnome-22391b52e7df850e4f7a97dfe80ad12774175998.tar.gz freebsd-ports-gnome-22391b52e7df850e4f7a97dfe80ad12774175998.tar.zst freebsd-ports-gnome-22391b52e7df850e4f7a97dfe80ad12774175998.zip |
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
-rw-r--r-- | net/linux-c6-openldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linux-c6-openldap/Makefile b/net/linux-c6-openldap/Makefile index 7ff9910f94dd..8e29b3940cfa 100644 --- a/net/linux-c6-openldap/Makefile +++ b/net/linux-c6-openldap/Makefile @@ -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 |