diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-26 20:37:59 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-26 20:37:59 +0000 |
commit | 80511a1c1bb7b6be1bf0d18027d74e0e15c6ae28 (patch) | |
tree | bef16c9b528f0fb1a4df584ff81ab10b5a872603 /mail/p5-FuzzyOcr | |
parent | c121e627f2fe04eec8e90216eb2e5884a4b96c90 (diff) | |
download | ports-80511a1c1bb7b6be1bf0d18027d74e0e15c6ae28.tar.gz ports-80511a1c1bb7b6be1bf0d18027d74e0e15c6ae28.zip |
Notes
Diffstat (limited to 'mail/p5-FuzzyOcr')
-rw-r--r-- | mail/p5-FuzzyOcr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |