aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.ldap.mk
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2009-07-16 23:18:22 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2009-07-16 23:18:22 +0000
commitbd78464f74e0360d2e2874d447d0ec020118464b (patch)
tree0e48ebc9107f05408aad5ffce310bc1f67edd810 /Mk/bsd.ldap.mk
parent486c1d35cd59197775fd8307f3d8b876170b6a86 (diff)
downloadports-bd78464f74e0360d2e2874d447d0ec020118464b.tar.gz
ports-bd78464f74e0360d2e2874d447d0ec020118464b.zip
Fix artefacts of cloning the file from bsd.databases.mk. Clarify usage
message.
Notes
Notes: svn path=/head/; revision=237959
Diffstat (limited to 'Mk/bsd.ldap.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