summaryrefslogtreecommitdiff
path: root/graphics/tesseract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tesseract/Makefile')
-rw-r--r--graphics/tesseract/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 2682fe0b650..07c544cbf05 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/05/30 13:06:26 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/10/30 22:12:59 wiz Exp $
#
DISTNAME= tesseract-2.03
@@ -15,6 +15,9 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
+post-extract:
+ ${RM} ${WRKSRC}/java/makefile
+
post-build:
${SED} -e "s,@PREFIX@,${PREFIX}," ${FILESDIR}/tesseract.sh \
> ${WRKSRC}/tesseract.sh