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