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 /mail | |
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 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt-devel/options.mk (renamed from mail/mutt-devel/Makefile.options) | 2 | ||||
-rw-r--r-- | mail/postfix-current/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix-current/options.mk (renamed from mail/postfix-current/Makefile.options) | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix/options.mk (renamed from mail/postfix/Makefile.options) | 2 |
6 files changed, 13 insertions, 13 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 44fc7e12d1c..b8d452dc539 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/07/23 15:00:12 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2004/08/05 03:04:33 jlam Exp $ DISTNAME= mutt-1.5.6i PKGNAME= ${DISTNAME:C/i$//} @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --without-wc-funcs CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh .endif -.include "Makefile.options" +.include "options.mk" LDFLAGS+= ${_STRIPFLAG_CC} diff --git a/mail/mutt-devel/Makefile.options b/mail/mutt-devel/options.mk index a5aaf20748e..c5e29fb941a 100644 --- a/mail/mutt-devel/Makefile.options +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.4 2004/08/03 11:28:31 sketch Exp $ +# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:33 jlam Exp $ # Global and legacy options .if defined(MUTT_USE_SLANG) || defined(MUTT_USE_NCURSES) || \ diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 5ee02d0e406..6529e660da0 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/07/31 05:53:44 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2004/08/05 03:04:33 jlam Exp $ DISTNAME= postfix-2.2-20040628 CATEGORIES= mail @@ -38,10 +38,10 @@ CCARGS+= -DDEF_SENDMAIL_PATH=\"${PREFIX}/sbin/sendmail\" CCARGS+= -DDEF_MAILQ_PATH=\"${PREFIX}/bin/mailq\" CCARGS+= -DDEF_NEWALIAS_PATH=\"${PREFIX}/bin/newaliases\" -# Makefile.options appends to CCARGS and AUXLIBS the options needed to -# build Postfix with support for various add-on modules. +# options.mk appends to CCARGS and AUXLIBS the options needed to build +# Postfix with support for various add-on modules. # -.include "Makefile.options" +.include "options.mk" PKG_SYSCONFSUBDIR= postfix LIBEXECDIR= ${PREFIX}/libexec/postfix diff --git a/mail/postfix-current/Makefile.options b/mail/postfix-current/options.mk index 9aa9dd41971..0b6e83b84d1 100644 --- a/mail/postfix-current/Makefile.options +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.1 2004/07/31 05:53:44 jlam Exp $ +# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:33 jlam Exp $ # Global and legacy options # diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 85ef5348266..60f848e91ed 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2004/07/31 05:22:16 jlam Exp $ +# $NetBSD: Makefile,v 1.147 2004/08/05 03:04:33 jlam Exp $ DISTNAME= postfix-2.1.4 CATEGORIES= mail @@ -41,10 +41,10 @@ CCARGS+= -DDEF_SENDMAIL_PATH=\"${PREFIX}/sbin/sendmail\" CCARGS+= -DDEF_MAILQ_PATH=\"${PREFIX}/bin/mailq\" CCARGS+= -DDEF_NEWALIAS_PATH=\"${PREFIX}/bin/newaliases\" -# Makefile.options appends to CCARGS and AUXLIBS the options needed to -# build Postfix with support for various add-on modules. +# options.mk appends to CCARGS and AUXLIBS the options needed to build +# Postfix with support for various add-on modules. # -.include "Makefile.options" +.include "options.mk" PKG_SYSCONFSUBDIR= postfix LIBEXECDIR= ${PREFIX}/libexec/postfix diff --git a/mail/postfix/Makefile.options b/mail/postfix/options.mk index ebc0a53b606..b184569ee02 100644 --- a/mail/postfix/Makefile.options +++ b/mail/postfix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.9 2004/08/04 20:49:43 jlam Exp $ +# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:33 jlam Exp $ # Global and legacy options # |