svn commit: r390349 - head/mail/postfix-current

Olli Hauer ohauer at FreeBSD.org
Tue Jun 23 03:52:45 UTC 2015


Author: ohauer
Date: Tue Jun 23 03:52:44 2015
New Revision: 390349
URL: https://svnweb.freebsd.org/changeset/ports/390349

Log:
  - Always use USE_RC_SUBR now that it handles properly PREFIX=/usr

Modified:
  head/mail/postfix-current/Makefile

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Tue Jun 23 00:15:18 2015	(r390348)
+++ head/mail/postfix-current/Makefile	Tue Jun 23 03:52:44 2015	(r390349)
@@ -102,14 +102,14 @@ MAKEFILEFLAGS+=	DEBUG=
 
 MAKEFILEFLAGS+=	pie=yes 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
 


More information about the svn-ports-all mailing list