svn commit: r334466 - head/graphics/OpenEXR

Rusmir Dusko nemysis at FreeBSD.org
Thu Nov 21 00:40:10 UTC 2013


Author: nemysis
Date: Thu Nov 21 00:40:10 2013
New Revision: 334466
URL: http://svnweb.freebsd.org/changeset/ports/334466

Log:
  - Fix typo
  
  Requested by:	kwm
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/graphics/OpenEXR/Makefile

Modified: head/graphics/OpenEXR/Makefile
==============================================================================
--- head/graphics/OpenEXR/Makefile	Thu Nov 21 00:34:47 2013	(r334465)
+++ head/graphics/OpenEXR/Makefile	Thu Nov 21 00:40:10 2013	(r334466)
@@ -65,7 +65,7 @@ regression-test regression test check:	b
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \
-		${STAGEDIR}/usr/local/include/${PORTNAME}/
+		${STAGEDIR}${PREFIX}/include/${PORTNAME}/
 
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list