diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-02-07 17:41:03 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-02-07 17:41:03 +0000 |
commit | ef6fb9b17e9533274e39e9cc10b06b143f03efd7 (patch) | |
tree | d0f20558a5e42410655b2eb9469ec7b64d5e71a1 /net/openldap22-server/files/extrapatch-Makefile.in | |
parent | - Fix MASTER_SITES. (diff) |
Remove OpenLDAP 2.2.x. They are abandoned by developers and users
should use 2.3.x for production.
net/openldap22-client: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead.
net/openldap22-sasl-client: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead.
net/openldap22-sasl-server: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead.
net/openldap22-server: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead.
Diffstat (limited to 'net/openldap22-server/files/extrapatch-Makefile.in')
-rw-r--r-- | net/openldap22-server/files/extrapatch-Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/openldap22-server/files/extrapatch-Makefile.in b/net/openldap22-server/files/extrapatch-Makefile.in deleted file mode 100644 index e274e6bd35f2..000000000000 --- a/net/openldap22-server/files/extrapatch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.orig Mon Apr 7 22:23:24 2003 -+++ Makefile.in Thu Jul 10 17:43:35 2003 -@@ -13,9 +13,11 @@ - ## top-level directory of the distribution or, alternatively, at - ## <http://www.OpenLDAP.org/license.html>. - --SUBDIRS= include libraries clients servers tests doc --CLEANDIRS= --INSTALLDIRS= -+SUBDIRS= -+ALLDIRS= include libraries clients servers tests doc -+CLEANDIRS= include libraries clients servers tests doc -+DEPENDDIRS= include libraries clients servers tests doc -+INSTALLDIRS= servers - - makefiles: FORCE - ./config.status |