diff options
author | alane <alane@FreeBSD.org> | 2002-09-21 19:22:39 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-21 19:22:39 +0800 |
commit | 9081d42daafd6842f87bbb543f80a999f517b42b (patch) | |
tree | e217aec5b863ff3fd8c4d461df832f764f3557b7 /mail/p5-Mail-SpamAssassin | |
parent | e6e2373240cd8c6fd08d924229596e95b2b6c71d (diff) | |
download | freebsd-ports-gnome-9081d42daafd6842f87bbb543f80a999f517b42b.tar.gz freebsd-ports-gnome-9081d42daafd6842f87bbb543f80a999f517b42b.tar.zst freebsd-ports-gnome-9081d42daafd6842f87bbb543f80a999f517b42b.zip |
Fix build on 4-STABLE with system perl only (not port); fix error in
pkg-plist causing spurious errors on deinstall.
PR: 43156
Diffstat (limited to 'mail/p5-Mail-SpamAssassin')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-SpamAssassin/pkg-plist | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 803d6524dede..e4f13766f5a1 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 2.41 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ ${MASTER_SITE_PERL_CPAN} @@ -17,15 +17,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@geeksrus.net BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ razor-client:${PORTSDIR}/mail/razor-agents -.if !defined(PERL_VERSION) || ${PERL_VERSION} != "5.8.0" -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser -.endif +PODPARSER= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser +RUN_DEPENDS+= ${PODPARSER} +BUILD_DEPENDS+= ${PODPARSER} PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/mail/p5-Mail-SpamAssassin/pkg-plist b/mail/p5-Mail-SpamAssassin/pkg-plist index 52326b63f90c..e7b894e2c1c7 100644 --- a/mail/p5-Mail-SpamAssassin/pkg-plist +++ b/mail/p5-Mail-SpamAssassin/pkg-plist @@ -26,10 +26,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/Message.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/EncappedMessage.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/EvalTests.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/Locales.pm -lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin::Conf.3.gz -lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin.3.gz -lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin::PerMsgStatus.3.gz -lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin::PersistentAddrList.3.gz %%PORTDOCS%%share/doc/p5-Mail-SpamAssassin/README.sql %%PORTDOCS%%share/doc/p5-Mail-SpamAssassin/Changes %%PORTDOCS%%share/doc/p5-Mail-SpamAssassin/README |