diff options
Diffstat (limited to 'net/openldap24-sasl-client/Makefile')
-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" |