Date: Wed, 4 Feb 2015 19:33:25 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378412 - head/mail/heirloom-mailx Message-ID: <201502041933.t14JXPJ0014847@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502041933.t14JXPJ0014847>