diff options
author | edwin <edwin@FreeBSD.org> | 2008-03-13 19:27:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-03-13 19:27:29 +0800 |
commit | d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7 (patch) | |
tree | 913484e87ae07c5bc57ba599fbdb6a2db47c00f5 /graphics | |
parent | 03e401cf11fa9c26ab4cfd1c3eca67403879d771 (diff) | |
download | freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.gz freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.zst freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.zip |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tesseract/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 155b96a09a10..296ba0bef264 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -8,7 +8,7 @@ PORTNAME= tesseract DISTVERSION= 2.01 CATEGORIES= graphics -MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} CENKES DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGFILES} MAINTAINER= infofarmer@FreeBSD.org @@ -17,6 +17,7 @@ COMMENT= Commercial quality open source OCR engine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm +PROJECTHOST= tesseract-ocr LANGS= deu eng fra ita nld spa LANGVER= 2.00 LANGFILES= ${LANGS:S|^|${PORTNAME}-${LANGVER}.|:S|$|${EXTRACT_SUFX}|} |