From dd49a6c26f55d81f4dfcd0d23ca17daec0cc90f8 Mon Sep 17 00:00:00 2001 From: shaun Date: Sun, 26 Nov 2006 20:37:59 +0000 Subject: Fix plugin; a hack for the previous version got left in by mistake. Noticed by: pav --- mail/p5-FuzzyOcr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/p5-FuzzyOcr/Makefile b/mail/p5-FuzzyOcr/Makefile index f81d145b4b37..046699512d24 100644 --- a/mail/p5-FuzzyOcr/Makefile +++ b/mail/p5-FuzzyOcr/Makefile @@ -7,6 +7,7 @@ PORTNAME= FuzzyOcr DISTVERSION= 2.3b +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail perl5 MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:L}/ \ @@ -54,7 +55,7 @@ post-patch: -e 's,/bin/grep,/usr/bin/grep,g' \ -e 's,/etc/mail,${LOCALBASE}/etc/mail,g' \ ${WRKSRC}/FuzzyOcr.?? - @${REINPLACE_CMD} -e 's,$$ENV{HOME},($$ENV{HOME} ? $$ENV{HOME} : "/nonexistent"),g' \ + @${REINPLACE_CMD} -e 's,package FuzzyOcr;,package Mail::SpamAssassin::Plugin::FuzzyOcr;,' \ ${WRKSRC}/FuzzyOcr.pm do-install: -- cgit