aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2009-07-17 07:18:22 +0800
committertimur <timur@FreeBSD.org>2009-07-17 07:18:22 +0800
commit778130bda9648514d344df2915be14c37eb8307e (patch)
tree12d52f513951b792e046f4693f3658bc29060f30 /Mk
parent43559730bf4e7de9c8288458bc7f7a4a8815df5f (diff)
downloadfreebsd-ports-gnome-778130bda9648514d344df2915be14c37eb8307e.tar.gz
freebsd-ports-gnome-778130bda9648514d344df2915be14c37eb8307e.tar.zst
freebsd-ports-gnome-778130bda9648514d344df2915be14c37eb8307e.zip
Fix artefacts of cloning the file from bsd.databases.mk. Clarify usage
message.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ldap.mk12
1 files changed, 5 insertions, 7 deletions
diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk
index 66480f0e893b..5fddcc8386c6 100644
--- a/Mk/bsd.ldap.mk
+++ b/Mk/bsd.ldap.mk
@@ -6,16 +6,14 @@
.if defined(_POSTMKINCLUDED) && !defined(Ldap_Post_Include)
-Ldap_Post_Include= bsd.ldap.mk
-Database_Include_MAINTAINER= ports@FreeBSD.org
+Ldap_Post_Include= bsd.ldap.mk
+Database_Include_MAINTAINER= ports@FreeBSD.org
-# This file contains some routines to interact with different databases, such
-# as mysql, postgresql and berkley DB. For including this file define macro
-# USE_[LDAP], for example USE_OPENLDAP. Defining macro like USE_[LDAP]_VER or
-# WANT_[LDAP]_VER will include this file too.
+# For including this file define macro USE_OPENLDAP. Defining macro like
+# USE_OPENLDAP_VER or WANT_OPENLDAP_VER will include this file too.
#
##
-# USE_OPENLDAP - Add OpenLDAP client dependency.
+# USE_OPENLDAP - Add OpenLDAP client dependency.
# If no version is given (by the maintainer via the port or
# by the user via defined variable), try to find the
# currently installed version. Fall back to default if