From db9beb142409d4250caa68694586b77719a47baf Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 31 Oct 2000 15:03:48 +0000 Subject: Add missing files to plist. Submitted by: nectar --- net/openldap22-server/Makefile | 3 +++ net/openldap22-server/pkg-plist | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'net/openldap22-server') diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 77b2df0e6ac2..30abad3deb64 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ @@ -27,6 +28,7 @@ USE_LIBTOOL= yes USE_OPENSSL= yes CONFIGURE_ARGS= --localstatedir=/var/run \ + --with-threads \ --enable-shared \ --enable-dnssrv \ --with-tls=openssl @@ -57,6 +59,7 @@ BINS= bin/ldapadd \ libexec/go500gw \ libexec/in.xfingerd \ libexec/mail500 \ + libexec/maildap \ libexec/rcpt500 \ libexec/rp500 \ libexec/slapd \ diff --git a/net/openldap22-server/pkg-plist b/net/openldap22-server/pkg-plist index 1c790fe38764..764525594e11 100644 --- a/net/openldap22-server/pkg-plist +++ b/net/openldap22-server/pkg-plist @@ -55,8 +55,11 @@ etc/openldap/schema/openldap.schema.default etc/rc.d/slapd.sh.sample include/disptmpl.h include/lber.h +include/lber_types.h include/ldap.h include/ldap_cdefs.h +include/ldap_features.h +include/ldap_schema.h include/srchpref.h lib/liblber.a lib/liblber.so @@ -72,6 +75,7 @@ libexec/go500 libexec/go500gw libexec/in.xfingerd libexec/mail500 +libexec/maildap libexec/rcpt500 libexec/rp500 libexec/slapd -- cgit