aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index e758c8cd73d6..87ebb0ac12ec 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -100,14 +100,14 @@ MAKEFILEFLAGS+= DEBUG=
MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
+USE_RC_SUBR= postfix
+
.if ${PORT_OPTIONS:MINST_BASE}
PKGNAMESUFFIX= -base
PREFIX= /usr
ETCDIR= /etc/postfix
-USE_RCORDER= postfix
PLIST_SUB+= BMAN="share/"
.else
-USE_RC_SUBR= postfix
PLIST_SUB+= BMAN=""
.endif