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/ssmtp | |
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/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index f2ccb0063224..f825c3454a29 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -4,7 +4,7 @@ PORTNAME= ssmtp PORTVERSION= 2.64 PORTREVISION= 3 -CATEGORIES= mail ipv6 +CATEGORIES= mail MASTER_SITES= DEBIAN_POOL DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} |