diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-06-25 01:13:50 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-06-25 01:13:50 +0800 |
commit | c2fd227fa20d335380107980eb0b675809dbad74 (patch) | |
tree | 9838d6166949681be6f7881e7aee74128395b96e | |
parent | 3da45bab0175ac3b3d90036c5ae343ebc7c9259a (diff) | |
download | freebsd-ports-gnome-c2fd227fa20d335380107980eb0b675809dbad74.tar.gz freebsd-ports-gnome-c2fd227fa20d335380107980eb0b675809dbad74.tar.zst freebsd-ports-gnome-c2fd227fa20d335380107980eb0b675809dbad74.zip |
Fix nit, QMAIL_PORTNAME was not set after r358497
-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 |