diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-06 08:17:24 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-06 08:17:24 +0000 |
commit | 68615e4f950ad59cea698ca27561f38eda9f22ce (patch) | |
tree | ce87c45e108e3bbd9ff161457d0db18a9c230d6b /graphics/cuneiform/Makefile | |
parent | 6aca8cd34da62d016e885e1479dd8c6c2f394e2b (diff) | |
download | ports-68615e4f950ad59cea698ca27561f38eda9f22ce.tar.gz ports-68615e4f950ad59cea698ca27561f38eda9f22ce.zip |
Notes
Diffstat (limited to 'graphics/cuneiform/Makefile')
-rw-r--r-- | graphics/cuneiform/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index 2c378fa20650..7ffe033ee425 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -6,9 +6,10 @@ # PORTNAME= cuneiform -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/cuneiform-linux/${PORTVERSION:R}/${PORTVERSION:R}/+download/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= samm@os2.kiev.ua COMMENT= OCR system developed and open sourced by Cognitive technologies @@ -39,7 +40,6 @@ post-extract: ${MKDIR} ${WRKSRC} post-patch: - @${REINPLACE_CMD} -e 's|lib64|lib|' ${WRKSRC}/../CMakeLists.txt .if !defined(WITH_IMAGEMAGICK) @${REINPLACE_CMD} -e '/pkg_check_modules.*ImageMagick/ d' \ ${WRKSRC}/../cuneiform_src/Kern/CMakeLists.txt |