svn commit: r378412 - head/mail/heirloom-mailx

Pawel Pekala pawel at FreeBSD.org
Wed Feb 4 19:33:26 UTC 2015


Author: pawel
Date: Wed Feb  4 19:33:25 2015
New Revision: 378412
URL: https://svnweb.freebsd.org/changeset/ports/378412
QAT: https://qat.redports.org/buildarchive/r378412/

Log:
  Fix path to sendmail binary that was accidentally removed
  during a previous update
  
  PR:		196082
  Submitted by:	Jamie Landeg-Jones <jamie at dyslexicfish.net> (maintainer)

Modified:
  head/mail/heirloom-mailx/Makefile

Modified: head/mail/heirloom-mailx/Makefile
==============================================================================
--- head/mail/heirloom-mailx/Makefile	Wed Feb  4 19:24:26 2015	(r378411)
+++ head/mail/heirloom-mailx/Makefile	Wed Feb  4 19:33:25 2015	(r378412)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mailx
 PORTVERSION=	12.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	heirloom-
@@ -21,6 +21,7 @@ USES=		iconv tar:bzip2
 USE_OPENSSL=	yes
 MAKE_ARGS=	PREFIX="${PREFIX}" \
 		SYSCONFDIR="${PREFIX}/etc" \
+		SENDMAIL="/usr/sbin/sendmail" \
 		CPPFLAGS="${CPPFLAGS}" \
 		LDFLAGS="${LDFLAGS}"
 


More information about the svn-ports-all mailing list