diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-24 17:13:50 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-24 17:13:50 +0000 |
commit | e112559e39d8af48a3917c3dfbd885ce840a082e (patch) | |
tree | 9838d6166949681be6f7881e7aee74128395b96e /mail | |
parent | 7d97ab108088e929b224574de92e66c4b13ee5b7 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index ce0653c09cbb..e5ed4f23a456 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -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 |