diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-05-26 02:44:25 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-05-26 02:44:25 +0000 |
commit | c95c4c34f744d6b20c2ef5ebeb7ef2b15a44e0b2 (patch) | |
tree | 4074c3970368f6c340291c8e65c7024b9db31842 /net/openldap24-client | |
parent | 0b4c0398797fb8f21e58128a4ed0c41773dd8698 (diff) | |
download | ports-c95c4c34f744d6b20c2ef5ebeb7ef2b15a44e0b2.tar.gz ports-c95c4c34f744d6b20c2ef5ebeb7ef2b15a44e0b2.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)
Notes
Notes:
svn path=/head/; revision=163448
Diffstat (limited to 'net/openldap24-client')
-rw-r--r-- | net/openldap24-client/Makefile | 12 |
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" |