diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-06 11:52:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-06 11:52:33 +0000 |
commit | 99b04635d54487590d097696b07b1c4778480658 (patch) | |
tree | b2148454f6141d079ca42fff324e291a30079ae8 /mail/ricochet | |
parent | d45ba9f4a2f536a4e296925cf83e08b9b422b671 (diff) | |
download | ports-99b04635d54487590d097696b07b1c4778480658.tar.gz ports-99b04635d54487590d097696b07b1c4778480658.zip |
Notes
Diffstat (limited to 'mail/ricochet')
-rw-r--r-- | mail/ricochet/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/ricochet/Makefile b/mail/ricochet/Makefile index 92b1c55d3c0f..743665204f05 100644 --- a/mail/ricochet/Makefile +++ b/mail/ricochet/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ricochet -PORTVERSION= 0.98 -PORTREVISION= 2 +PORTVERSION= 0.98 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://vipul.net/perl/sources/spamcontrol/ricochet/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org COMMENT= An automated agent for tracing and reporting internet junk mail RUN_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ @@ -21,7 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes USE_REINPLACE= yes do-configure: |