Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 03:52:45 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390349 - head/mail/postfix-current
Message-ID:  <201506230352.t5N3qj2W047842@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506230352.t5N3qj2W047842>