aboutsummaryrefslogtreecommitdiff
path: root/graphics/tesseract
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-03-06 05:51:53 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-03-06 05:51:53 +0000
commita806a84e379798ffafd1726becf8e96ea3c8c9f0 (patch)
tree422e60244b4a52a42608c2da8f23a01252d09fc3 /graphics/tesseract
parent34571361e9f238289b8a748b93740fe38704438a (diff)
downloadports-a806a84e379798ffafd1726becf8e96ea3c8c9f0.tar.gz
ports-a806a84e379798ffafd1726becf8e96ea3c8c9f0.zip
Notes
Diffstat (limited to 'graphics/tesseract')
-rw-r--r--graphics/tesseract/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 9840e46ec7a3..fe11373c3314 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -62,7 +62,7 @@ post-patch:
post-install:
.ifndef NOPORTDATA
- @${INSTALL_DATA} -d ${DATADIR}
+ @${MKDIR} ${DATADIR}
.for f in ${PORTDATA:R}
@${TAR} --strip-components 2 -C ${DATADIR} \
-xf ${_DISTDIR}/tesseract-ocr-3.01.${f}.tar.gz *.traineddata
@@ -71,11 +71,11 @@ post-install:
${CHMOD} ${SHAREMODE} ${PORTDATA}
.endif
.ifndef NOPORTDOCS
- @${INSTALL_DATA} -d ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.ifndef NOPORTEXAMPLES
- @${INSTALL_DATA} -d ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
.endif
@${ECHO_MSG} ""