diff options
author | krion <krion@FreeBSD.org> | 2006-12-21 21:43:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-12-21 21:43:58 +0800 |
commit | 842475d737822067207d54c4b1d493e6b2caf928 (patch) | |
tree | 4f06c5437094cfd1ec77ffeaa74c1e09a4c26582 /mail/exim | |
parent | 8bc51fec999aa722021f05c856b09b563215cf6f (diff) | |
download | freebsd-ports-gnome-842475d737822067207d54c4b1d493e6b2caf928.tar.gz freebsd-ports-gnome-842475d737822067207d54c4b1d493e6b2caf928.tar.zst freebsd-ports-gnome-842475d737822067207d54c4b1d493e6b2caf928.zip |
Add "ipv6" category.
PR: ports/106891
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 4c6c412e8712..0496083b2afa 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -8,7 +8,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} PORTREVISION= 0 -CATEGORIES= mail +CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} MASTER_SITE_SUBDIR= exim4/:exim DISTNAME= ${PORTNAME}-${EXIM_VERSION} |