svn commit: r335161 - head/graphics/OpenEXR

Rusmir Dusko nemysis at FreeBSD.org
Fri Nov 29 10:45:22 UTC 2013


Author: nemysis
Date: Fri Nov 29 10:45:22 2013
New Revision: 335161
URL: http://svnweb.freebsd.org/changeset/ports/335161

Log:
  - Remove obsolete REINPLACE_CMD,
    Upstream have changed Makefile.am and Makefile.in
  
  Reported by:	mandree, danfe
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/graphics/OpenEXR/Makefile

Modified: head/graphics/OpenEXR/Makefile
==============================================================================
--- head/graphics/OpenEXR/Makefile	Fri Nov 29 10:23:57 2013	(r335160)
+++ head/graphics/OpenEXR/Makefile	Fri Nov 29 10:45:22 2013	(r335161)
@@ -64,9 +64,6 @@ regression-test regression test check:	b
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \
-		${STAGEDIR}${PREFIX}/include/${PORTNAME}/
-
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR2}


More information about the svn-ports-all mailing list