diff options
author | Tom Judge <tj@FreeBSD.org> | 2014-02-19 16:43:42 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2014-02-19 16:43:42 +0000 |
commit | 180d908d03a51f2e773d525710d8db38411b932e (patch) | |
tree | d909f9cfb220439425aa7f2d191a006776ab83c4 /graphics/gocr | |
parent | df40375e083afa343ebefcff7bd69093ecef1225 (diff) |
Notes
Diffstat (limited to 'graphics/gocr')
-rw-r--r-- | graphics/gocr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |