aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-22 19:56:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-22 19:56:14 +0000
commit1da5f55a83863d2dd82ff85730f28daa8295b936 (patch)
treed63c8a81b8b4765fceec534106787e6726bf6e9e /mail/postfix/Makefile
parent591ab29cad12a45921a56ece7cdab308d91a2125 (diff)
downloadports-1da5f55a83863d2dd82ff85730f28daa8295b936.tar.gz
ports-1da5f55a83863d2dd82ff85730f28daa8295b936.zip
Always use USE_RC_SUBR now that it handles properly PREFIX=/usr
Notes
Notes: svn path=/head/; revision=390323
Diffstat (limited to 'mail/postfix/Makefile')
-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