diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-05 03:04:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-05 03:04:33 +0000 |
commit | c21e3b668c68cdd14d7791ca02f8bb26171c0ca8 (patch) | |
tree | 8faee2d93353d9bee1d6b74a86343f5c7baec763 /databases | |
parent | 78e53550634e268ab521b9f92704e49373fe15f0 (diff) | |
download | pkgsrc-c21e3b668c68cdd14d7791ca02f8bb26171c0ca8.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/Makefile | 4 | ||||
-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) |