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 | b32800e3ff9c423f56e7cee708e978d659391458 (patch) | |
tree | 8faee2d93353d9bee1d6b74a86343f5c7baec763 /security/cyrus-sasl2 | |
parent | 4192e465eeebaf89669bc820e7480074e5254dbc (diff) | |
download | pkgsrc-b32800e3ff9c423f56e7cee708e978d659391458.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 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/options.mk (renamed from security/cyrus-sasl2/Makefile.options) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 43c90855e1e..d4c8209c103 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/08/04 19:41:06 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2004/08/05 03:04:34 jlam Exp $ .include "Makefile.common" @@ -40,7 +40,7 @@ AUTHDAEMONVAR?= ${VARBASE}/authdaemon CONFIGURE_ARGS+= --with-authdaemond=${AUTHDAEMONVAR} BUILD_DEFS+= AUTHDAEMONVAR -.include "Makefile.options" +.include "options.mk" .if exists(/dev/urandom) SASL_ENTROPY_SOURCE?= /dev/urandom diff --git a/security/cyrus-sasl2/Makefile.options b/security/cyrus-sasl2/options.mk index a33fbc55c1f..fe2b28c2013 100644 --- a/security/cyrus-sasl2/Makefile.options +++ b/security/cyrus-sasl2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.1 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:34 jlam Exp $ # Global and legacy options .if defined(KERBEROS) || defined(SASL_USE_GSSAPI) |