aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap24-client
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-05-26 10:44:25 +0800
committerdelphij <delphij@FreeBSD.org>2006-05-26 10:44:25 +0800
commit4f8348ad1d962794304afc44d46c4e2e5e33fa16 (patch)
tree0e78ca239fe5f8e3a76c6f8d6931957b7b5c6dfb /net/openldap24-client
parentdcd06f457cabadba505cbf7309d2e36ede30938c (diff)
downloadfreebsd-ports-gnome-4f8348ad1d962794304afc44d46c4e2e5e33fa16.tar.gz
freebsd-ports-gnome-4f8348ad1d962794304afc44d46c4e2e5e33fa16.tar.zst
freebsd-ports-gnome-4f8348ad1d962794304afc44d46c4e2e5e33fa16.zip
Update to 2.4.2alpha after repocopy.
Please note that this is not connected to build at this time, as the port infrastructure lacks some necessary support for this OpenLDAP release which will be tested on pointyhat soon. If you really want to try this out please apply the patch found in ports/97515 or http://www.delphij.net/patch-bsd.port.mk in order to get infrastructure support for it. This work is heavily based on ports/96165 submitted by Joerg Pulz <Joerg Pulz frm2 tum de>. Approved by: sem (mentor, implicit)
Diffstat (limited to 'net/openldap24-client')
-rw-r--r--net/openldap24-client/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/openldap24-client/Makefile b/net/openldap24-client/Makefile
index 7c7cf46a5c9e..e4024a08ff18 100644
--- a/net/openldap24-client/Makefile
+++ b/net/openldap24-client/Makefile
@@ -1,17 +1,13 @@
-# New ports collection makefile for: openldap23-client
-# Date created: 02 May 2005
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+# New ports collection makefile for: openldap24-client
+# Date created: 19 May 2006
+# Whom: Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#
-PKGNAMESUFFIX= -client
-
-COMMENT= Open source LDAP client implementation
-
CLIENT_ONLY= yes
WITHOUT_SASL= yes
-MASTERDIR= ${.CURDIR}/../openldap23-server
+MASTERDIR= ${.CURDIR}/../openldap24-server
.include "${MASTERDIR}/Makefile"