diff options
author | dougb <dougb@FreeBSD.org> | 2002-11-05 18:24:18 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-11-05 18:24:18 +0800 |
commit | 62710de249339e4eb7271146e0cc995cf795f305 (patch) | |
tree | 9e3e32b1ed15eeee288dc4e097bd45a185ac8499 /mail/p5-Mail-SpamAssassin/Makefile | |
parent | 260ca51ef9bee039d41b094ebd6513728db9cf05 (diff) | |
download | freebsd-ports-gnome-62710de249339e4eb7271146e0cc995cf795f305.tar.gz freebsd-ports-gnome-62710de249339e4eb7271146e0cc995cf795f305.tar.zst freebsd-ports-gnome-62710de249339e4eb7271146e0cc995cf795f305.zip |
Upgrade to 2.43, which has some nice bug fixes, most significantly
to the auto-whitelist feature, and some core-dump problems that
could cause a user to lose mail if spamd was down.
Regenerate my usedcc patches.
Fix the problem of the port using /etc/mail for its config files.
This is the patch I submitted on 10/17, but never got a response
from MAINTAINER.
PR: ports/44105
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/Makefile')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 0a07b8321a16..1f2e805e2f6e 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Mail-SpamAssassin -PORTVERSION= 2.41 -PORTREVISION= 1 +PORTVERSION= 2.43 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ ${MASTER_SITE_PERL_CPAN} @@ -28,6 +27,8 @@ RUN_DEPENDS+= ${PODPARSER} BUILD_DEPENDS+= ${PODPARSER} PERL_CONFIGURE= yes +CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" + MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::SpamAssassin.3 Mail::SpamAssassin::PerMsgStatus.3 \ Mail::SpamAssassin::Conf.3 \ |