svn commit: r404738 - head/mail/mailman

Matthias Andree mandree at FreeBSD.org
Tue Dec 29 11:56:22 UTC 2015


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


More information about the svn-ports-all mailing list