diff options
author | krion <krion@FreeBSD.org> | 2004-12-06 19:52:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-06 19:52:33 +0800 |
commit | af56baa2d05503692e2f2ab92c2cf142329dfa0c (patch) | |
tree | dafc31964dd0da27859b5db7e7eef1d3902372ec /mail | |
parent | 4ebd6bd9c184002f9cf318f7635d93e5b502d068 (diff) | |
download | freebsd-ports-gnome-af56baa2d05503692e2f2ab92c2cf142329dfa0c.tar.gz freebsd-ports-gnome-af56baa2d05503692e2f2ab92c2cf142329dfa0c.tar.zst freebsd-ports-gnome-af56baa2d05503692e2f2ab92c2cf142329dfa0c.zip |
Portlint(1)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popper/Makefile | 6 | ||||
-rw-r--r-- | mail/ricochet/Makefile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index a9a983e71598..408b2b38aedc 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -7,7 +7,7 @@ PORTNAME= qpopper PORTVERSION= 2.53 -PORTREVISION= 5 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -29,8 +29,8 @@ O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \ -DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"' .if !defined(WITH_POPPER_APOP_ONLY) -P_LIBS= -lopie -O_DEFS+= -DOPIE +P_LIBS= -lopie +O_DEFS+= -DOPIE .else O_DEFS+= -DAPOP_ONLY .endif 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: |