Date: Tue, 24 Jun 2014 17:13:50 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359112 - head/mail/qmail Message-ID: <201406241713.s5OHDoKW029869@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Jun 24 17:13:50 2014 New Revision: 359112 URL: http://svnweb.freebsd.org/changeset/ports/359112 QAT: https://qat.redports.org/buildarchive/r359112/ Log: Fix nit, QMAIL_PORTNAME was not set after r358497 Modified: head/mail/qmail/Makefile Modified: head/mail/qmail/Makefile ============================================================================== --- head/mail/qmail/Makefile Tue Jun 24 16:41:08 2014 (r359111) +++ head/mail/qmail/Makefile Tue Jun 24 17:13:50 2014 (r359112) @@ -92,13 +92,13 @@ _USE_NETQMAIL= yes .endif .if ${_USE_NETQMAIL} == yes -PORTNAME= netqmail +QMAIL_PORTNAME= netqmail QMAIL_VERSION= 1.06 BARRIER_SENDMAIL_F_PATCH= yes BARRIER_QMAILQUEUE_PATCH= yes .else # This is only used for slave ports. -PORTNAME= qmail +QMAIL_PORTNAME= qmail QMAIL_VERSION= 1.03 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241713.s5OHDoKW029869>