Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 00:58:00 +0100
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        Koop Mast <kwm@rainbow-runner.nl>, Jimmy Olgeni <olgeni@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Cc:        nemysis@FreeBSD.org
Subject:   Re: svn commit: r334407 - head/graphics/OpenEXR
Message-ID:  <20131120235800.GA93458@misterbean90now>

next in thread | raw e-mail | index | archive | help
> > 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131120235800.GA93458>