svn commit: r390323 - head/mail/postfix

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 22 19:56:15 UTC 2015


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
 


More information about the svn-ports-all mailing list