summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2008-01-05 18:03:43 +0000
committerghen <ghen@pkgsrc.org>2008-01-05 18:03:43 +0000
commitcd9cd3d50b3492e000a8c9a72e22c93ab89eac64 (patch)
tree882cfda74914d713ab719fed0e467ae9aa984912 /databases/openldap
parentf07e60916d938d0d3a6d0f074b3c4d06b56af822 (diff)
downloadpkgsrc-cd9cd3d50b3492e000a8c9a72e22c93ab89eac64.tar.gz
Summarize settings with META_PACKAGE=yes (thanks rillig).
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index bee18d6961b..f5559bdaec6 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2008/01/04 11:42:29 ghen Exp $
+# $NetBSD: Makefile,v 1.124 2008/01/05 18:03:43 ghen Exp $
DISTNAME= openldap-${OPENLDAP_VERSION}
OPENLDAP_VERSION= 2.3.39
@@ -10,19 +10,10 @@ MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.openldap.org/
COMMENT= Lightweight Directory Access Protocol meta-package
+META_PACKAGE= yes
+
DEPENDS+= openldap-client>=${OPENLDAP_VERSION}:../../databases/openldap-client
DEPENDS+= openldap-server>=${OPENLDAP_VERSION}:../../databases/openldap-server
DEPENDS+= openldap-doc>=${OPENLDAP_VERSION}:../../databases/openldap-doc
-PKG_DESTDIR_SUPPORT= user-destdir
-
-EXTRACT_ONLY= # yes
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-do-patch: # empty
-do-install: # empty
-
.include "../../mk/bsd.pkg.mk"