svn commit: r334407 - head/graphics/OpenEXR

Rusmir Dusko nemysis at FreeBSD.org
Wed Nov 20 23:58:04 UTC 2013


> > Modified: head/graphics/OpenEXR/Makefile
> > ==============================================================================
> > --- head/graphics/OpenEXR/MakefileWed Nov 20 10:09:05 2013(r334406)
> > +++ head/graphics/OpenEXR/MakefileWed 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}/ ?

Yes this is good, thanks Koop Mast.

make check-orphans and make package are clean.

--
Best regards,
Rusmir Dusko


More information about the svn-ports-all mailing list