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 | |
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')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/options.mk (renamed from security/cyrus-sasl2/Makefile.options) | 2 | ||||
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 4 | ||||
-rw-r--r-- | security/cyrus-saslauthd/options.mk (renamed from security/cyrus-saslauthd/Makefile.options) | 2 |
4 files changed, 6 insertions, 6 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) diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index ae567792086..7992ba0d017 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/08/04 20:08:38 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/08/05 03:04:34 jlam Exp $ DISTNAME= cyrus-sasl-2.1.19 PKGNAME= ${DISTNAME:S/sasl/saslauthd/} @@ -32,7 +32,7 @@ FILES_SUBST+= SASLSOCKETDIR=${SASLSOCKETDIR} CONFIGURE_ARGS+= --with-saslauthd="${SASLSOCKETDIR}" CONFIGURE_ARGS+= --with-openssl=${SSLBASE} -.include "Makefile.options" +.include "options.mk" USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL= ${PKGDIR}/DEINSTALL diff --git a/security/cyrus-saslauthd/Makefile.options b/security/cyrus-saslauthd/options.mk index 98f02fa8d4f..85991bed451 100644 --- a/security/cyrus-saslauthd/Makefile.options +++ b/security/cyrus-saslauthd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.2 2004/08/01 19:43:45 jlam Exp $ +# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:34 jlam Exp $ # Global and legacy options .if defined(KERBEROS) || defined(USE_PAM) || defined(USE_OPENLDAP) || \ |