From 180d908d03a51f2e773d525710d8db38411b932e Mon Sep 17 00:00:00 2001 From: Tom Judge Date: Wed, 19 Feb 2014 16:43:42 +0000 Subject: Fix installation of docs in stagedir. --- graphics/gocr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/gocr') diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index dde8837f7eff..d8c5e52387c6 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -3,6 +3,7 @@ PORTNAME= gocr PORTVERSION= 0.50 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www-e.uni-magdeburg.de/jschulen/ocr/ @@ -52,7 +53,7 @@ post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${DOCSDIR2} + @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} .endif -- cgit v1.2.3