Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 11:56:21 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404738 - head/mail/mailman
Message-ID:  <201512291156.tBTBuLBK009921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Dec 29 11:56:20 2015
New Revision: 404738
URL: https://svnweb.freebsd.org/changeset/ports/404738

Log:
  Find Postfix also if installed with INST_BASE option.
  
  Submitted by:	Roger Marquis

Modified:
  head/mail/mailman/Makefile

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Tue Dec 29 11:48:30 2015	(r404737)
+++ head/mail/mailman/Makefile	Tue Dec 29 11:56:20 2015	(r404738)
@@ -93,8 +93,8 @@ MAIL_GID?=	mail
 .endif
 
 .if ${PORT_OPTIONS:MPOSTFIX}
-BUILD_DEPENDS+=	${LOCALBASE}/sbin/postconf:${PORTSDIR}/mail/postfix
-RUN_DEPENDS+=	${LOCALBASE}/sbin/postconf:${PORTSDIR}/mail/postfix
+BUILD_DEPENDS+=	postfix:${PORTSDIR}/mail/postfix
+RUN_DEPENDS+=	postfix:${PORTSDIR}/mail/postfix
 MAIL_GID?=	mailman
 EXTRA_PATCHES+=	${FILESDIR}/postfix-verp.diff
 .endif



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