summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-05 03:04:33 +0000
committerjlam <jlam>2004-08-05 03:04:33 +0000
commitb32b7ebe7e284f58e8635685f7b2406464dff9ad (patch)
tree8faee2d93353d9bee1d6b74a86343f5c7baec763 /databases
parent29b7583d1f388a504ed8c3efed7e373ab99d7001 (diff)
downloadpkgsrc-b32b7ebe7e284f58e8635685f7b2406464dff9ad.tar.gz
Rename Makefile.options to options.mk in the packages that I maintain.
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/openldap/options.mk (renamed from databases/openldap/Makefile.options)2
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 6b9d9ad14b5..99e3c89df90 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2004/08/04 19:45:02 jlam Exp $
+# $NetBSD: Makefile,v 1.82 2004/08/05 03:04:33 jlam Exp $
DISTNAME= openldap-2.2.13
SVR4_PKGNAME= oldap
@@ -26,7 +26,7 @@ OPENLDAP_VARDIR= ${VARBASE}/openldap
FILES_SUBST+= OPENLDAP_ETCDIR=${OPENLDAP_ETCDIR}
.include "../../mk/bsd.prefs.mk"
-.include "Makefile.options"
+.include "options.mk"
CPPFLAGS.Darwin+= -DBIND_8_COMPAT
diff --git a/databases/openldap/Makefile.options b/databases/openldap/options.mk
index ae6ad9fcb18..79e87470e15 100644
--- a/databases/openldap/Makefile.options
+++ b/databases/openldap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.6 2004/08/04 19:45:02 jlam Exp $
+# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:33 jlam Exp $
# Global and legacy options
.if defined(KERBEROS) || defined(USE_SASL) || defined(USE_SASL2)