aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-sasl-client
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-12-12 20:09:55 +0000
committerXin LI <delphij@FreeBSD.org>2012-12-12 20:09:55 +0000
commita571c07ffb6b542509a8577e85945cae63c45cbe (patch)
treec6a78db7a32a926420377b70b46b2f05c9598e45 /net/openldap24-sasl-client
parent6ddf03ddfb9cb7a45e11686c82df230763a2a212 (diff)
downloadports-a571c07ffb6b542509a8577e85945cae63c45cbe.tar.gz
ports-a571c07ffb6b542509a8577e85945cae63c45cbe.zip
Avoid setting PKGNAMESUFFIX late, which in turn changes UNIQUENAME and
causes OPTIONS menu to be shown up multiple times. As a side effect we have to make openldap24-client and openldap24-sasl-client which we do not have a better solution at this time. Submitted by: bapt (mostly)
Notes
Notes: svn path=/head/; revision=308788
Diffstat (limited to 'net/openldap24-sasl-client')
-rw-r--r--net/openldap24-sasl-client/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/openldap24-sasl-client/Makefile b/net/openldap24-sasl-client/Makefile
index 18c63f04190b..9f6339acdf7d 100644
--- a/net/openldap24-sasl-client/Makefile
+++ b/net/openldap24-sasl-client/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: openldap24-sasl-client
-# Date created: 19 May 2006
-# Whom: Xin LI <delphij@FreeBSD.org>
-#
+# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
-#
-CLIENT_ONLY= yes
-WITH_SASL= yes
+CLIENT_ONLY= sasl
MASTERDIR= ${.CURDIR}/../openldap24-server