svn commit: r359112 - head/mail/qmail
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jun 24 17:13:50 UTC 2014
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
More information about the svn-ports-all
mailing list