summaryrefslogtreecommitdiff
path: root/mail/postfix
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 /mail/postfix
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 'mail/postfix')
-rw-r--r--mail/postfix/Makefile8
-rw-r--r--mail/postfix/options.mk (renamed from mail/postfix/Makefile.options)2
2 files changed, 5 insertions, 5 deletions
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
#