diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:06:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:06:22 +0000 |
commit | 0be2ce42f1a49b66c04ed3cb4fcf260b7c8da4c7 (patch) | |
tree | 039518f9fdbf6164ff51d7a2bacaf1ae95395221 /mail/postfix | |
parent | mail/thunderbird: update to 68.1.2 (rc1) (diff) |
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index e75db55d1b74..f76f9655ea29 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -5,7 +5,7 @@ PORTNAME= postfix DISTVERSION= 3.4.7 PORTREVISION?= 1 PORTEPOCH= 1 -CATEGORIES= mail ipv6 +CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \ |