diff options
author | knu <knu@FreeBSD.org> | 2000-10-31 23:03:48 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-31 23:03:48 +0800 |
commit | db9beb142409d4250caa68694586b77719a47baf (patch) | |
tree | c805eeada8f4b0f0fe7b11048784902c0753c171 /net/openldap22-server | |
parent | 9e8bb0309c29c5094475e58392ad72877c8d1435 (diff) | |
download | freebsd-ports-gnome-db9beb142409d4250caa68694586b77719a47baf.tar.gz freebsd-ports-gnome-db9beb142409d4250caa68694586b77719a47baf.tar.zst freebsd-ports-gnome-db9beb142409d4250caa68694586b77719a47baf.zip |
Add missing files to plist.
Submitted by: nectar
Diffstat (limited to 'net/openldap22-server')
-rw-r--r-- | net/openldap22-server/Makefile | 3 | ||||
-rw-r--r-- | net/openldap22-server/pkg-plist | 4 |
2 files changed, 7 insertions, 0 deletions
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 |