diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-12 05:49:40 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-12 05:49:40 +0800 |
commit | 4b6420ac1604ec91e0adc0d109cd3ae8ab4cf9b0 (patch) | |
tree | 7c7c408a52b143121035d7bda8f7d6d99104c54e /mail/spampd | |
parent | 5d2367ae581b0263527bd9fbaf6cfce5897cf270 (diff) | |
download | freebsd-ports-gnome-4b6420ac1604ec91e0adc0d109cd3ae8ab4cf9b0.tar.gz freebsd-ports-gnome-4b6420ac1604ec91e0adc0d109cd3ae8ab4cf9b0.tar.zst freebsd-ports-gnome-4b6420ac1604ec91e0adc0d109cd3ae8ab4cf9b0.zip |
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
Diffstat (limited to 'mail/spampd')
-rw-r--r-- | mail/spampd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index db307ad87bd0..50b35f7b2be0 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/ MAINTAINER= ports@FreeBSD.org COMMENT= Spamassassin SMTP Proxy -RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ +RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server NO_BUILD= yes |