Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 19:56:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390323 - head/mail/postfix
Message-ID:  <201506221956.t5MJuFhf069764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 22 19:56:14 2015
New Revision: 390323
URL: https://svnweb.freebsd.org/changeset/ports/390323

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

Modified:
  head/mail/postfix/Makefile

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Mon Jun 22 19:55:51 2015	(r390322)
+++ head/mail/postfix/Makefile	Mon Jun 22 19:56:14 2015	(r390323)
@@ -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
 



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