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-sasl-client | |
parent | 0b4c0398797fb8f21e58128a4ed0c41773dd8698 (diff) |
Notes
Diffstat (limited to 'net/openldap24-sasl-client')
-rw-r--r-- | net/openldap24-sasl-client/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/openldap24-sasl-client/Makefile b/net/openldap24-sasl-client/Makefile index 9e084695240b..18c63f04190b 100644 --- a/net/openldap24-sasl-client/Makefile +++ b/net/openldap24-sasl-client/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: openldap23-sasl-client -# Date created: 02 May 2005 -# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru> +# New ports collection makefile for: openldap24-sasl-client +# Date created: 19 May 2006 +# Whom: Xin LI <delphij@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -sasl-client - -COMMENT= Open source LDAP client implementation with SASL2 support - CLIENT_ONLY= yes WITH_SASL= yes -MASTERDIR= ${.CURDIR}/../openldap23-server +MASTERDIR= ${.CURDIR}/../openldap24-server .include "${MASTERDIR}/Makefile" |