diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
commit | f03936c419c39e34271cf9d870721142405eb7d3 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /mail | |
parent | a80b7695b81a5fdda9b135bfb10ce9025dce3470 (diff) | |
download | freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.gz freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.zst freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.zip |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-FuzzyOcr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-FuzzyOcr/Makefile b/mail/p5-FuzzyOcr/Makefile index 5678e62df125..5446ba822cda 100644 --- a/mail/p5-FuzzyOcr/Makefile +++ b/mail/p5-FuzzyOcr/Makefile @@ -6,9 +6,9 @@ DISTVERSION= 2.3b PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= mail perl5 -MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:L}/ +MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:tl}/ PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME:L}-${DISTVERSION} +DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Plugin for SpamAssassin which scans image attachments for spam |