diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-27 04:37:59 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-27 04:37:59 +0800 |
commit | dd49a6c26f55d81f4dfcd0d23ca17daec0cc90f8 (patch) | |
tree | d57044761294928ec352ae51be91ac4a7b62a1db /mail | |
parent | 6bea48d6628efeda1d31ae8b554fdaf93f64f6c5 (diff) | |
download | freebsd-ports-gnome-dd49a6c26f55d81f4dfcd0d23ca17daec0cc90f8.tar.gz freebsd-ports-gnome-dd49a6c26f55d81f4dfcd0d23ca17daec0cc90f8.tar.zst freebsd-ports-gnome-dd49a6c26f55d81f4dfcd0d23ca17daec0cc90f8.zip |
Fix plugin; a hack for the previous version got left in by mistake.
Noticed by: pav
Diffstat (limited to 'mail')
-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: |