svn commit: r334407 - head/graphics/OpenEXR
Koop Mast
kwm at rainbow-runner.nl
Wed Nov 20 23:15:43 UTC 2013
> Modified: head/graphics/OpenEXR/Makefile
> ==============================================================================
> --- head/graphics/OpenEXR/Makefile Wed Nov 20 10:09:05 2013 (r334406)
> +++ head/graphics/OpenEXR/Makefile Wed Nov 20 10:36:08 2013 (r334407)
> @@ -63,6 +63,9 @@ 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}/usr/local/include/${PORTNAME}/
> +
Shouldn't the above be:
${STAGEDIR}${PREFIX}/include/${PORTNAME}/ ?
More information about the svn-ports-all
mailing list