cvs commit: ports/graphics/opennurbs Makefile pkg-plist
Wesley Shields
wxs at FreeBSD.org
Mon Mar 19 14:30:42 UTC 2012
On Mon, Mar 19, 2012 at 02:03:54PM +0000, Michael Scheidell wrote:
> scheidell 2012-03-19 14:03:54 UTC
>
> FreeBSD ports repository
>
> Modified files:
> graphics/opennurbs Makefile pkg-plist
> Log:
> - Install missing library header files
> - No PORTREVISION bump
>
> PR: ports/166210
> Submitted by: Fernando <fernando.apesteguia at gmail.com> (maintainer)
> Approved by: Fernando <fernando.apesteguia at gmail.com> (maintainer)
> Feature safe: yes
>
> Revision Changes Path
> 1.2 +4 -0 ports/graphics/opennurbs/Makefile
> http://cvsweb.FreeBSD.org/ports/graphics/opennurbs/Makefile.diff?r1=1.1&r2=1.2
> | --- ports/graphics/opennurbs/Makefile 2012/02/18 14:03:46 1.1
> | +++ ports/graphics/opennurbs/Makefile 2012/03/19 14:03:54 1.2
> | @@ -2,7 +2,7 @@
> | # Date created: Aug 17 2011
> | # Whom: Fernando Apesteguia <fernando.apesteguia at gmail.com>
> | #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/opennurbs/Makefile,v 1.1 2012/02/18 14:03:46 pawel Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/opennurbs/Makefile,v 1.2 2012/03/19 14:03:54 scheidell Exp $
> |
> | PORTNAME= opennurbs
> | PORTVERSION= 20111122
> | @@ -32,5 +32,9 @@ do-install:
> | .for i in brep dump read roundtrip userdata write
> | @${INSTALL_PROGRAM} ${WRKSRC}/example_${i}/example_${i} ${EXAMPLESDIR}
> | .endfor
> | + @${MKDIR} ${PREFIX}/include/openNURBS
> | + @${MKDIR} ${PREFIX}/include/openNURBS/zlib
> | + @${MV} ${WRKSRC}/*.h ${PREFIX}/include/openNURBS/
> | + @${MV} ${WRKSRC}/zlib/*.h ${PREFIX}/include/openNURBS/zlib
Isn't it better to use ${INSTALL_DATA} here?
-- WXS
More information about the cvs-ports
mailing list