svn commit: r345115 - head/graphics/gocr

Tom Judge tj at FreeBSD.org
Wed Feb 19 16:43:43 UTC 2014


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
 


More information about the svn-ports-all mailing list