Date: Wed, 19 Feb 2014 16:43:42 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345115 - head/graphics/gocr Message-ID: <201402191643.s1JGhgGe059697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Wed Feb 19 16:43:42 2014 New Revision: 345115 URL: http://svnweb.freebsd.org/changeset/ports/345115 QAT: https://qat.redports.org/buildarchive/r345115/ Log: Fix installation of docs in stagedir. Modified: head/graphics/gocr/Makefile Modified: head/graphics/gocr/Makefile ============================================================================== --- head/graphics/gocr/Makefile Wed Feb 19 16:36:33 2014 (r345114) +++ head/graphics/gocr/Makefile Wed Feb 19 16:43:42 2014 (r345115) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191643.s1JGhgGe059697>