svn commit: r321191 - head/cad/openvsp

William Grzybowski wg at freebsd.org
Tue Jun 18 14:51:43 UTC 2013


On Tue, Jun 18, 2013 at 02:47:41PM +0000, Alexey Dokuchaev wrote:
> On Tue, Jun 18, 2013 at 02:27:24PM +0000, William Grzybowski wrote:
> > New Revision: 321191
> > URL: http://svnweb.freebsd.org/changeset/ports/321191
> > 
> > @@ -42,10 +41,10 @@ CFLAGS+=	-I${LOCALBASE}/include/openNURB
> >  .include <bsd.port.options.mk>
> >  
> >  do-install:
> > -	@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${PREFIX}/bin
> > +	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${PREFIX}/bin
> >  .if ${PORT_OPTIONS:MEXAMPLES}
> >  	@${MKDIR} ${EXAMPLESDIR}
> > -	@${INSTALL_PORTEXAMPLES}
> > +	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
> 
> Thanks for unmuting INSTALL_* commands, but \* should better be spelled
> as . (dot).  Previously PH was suggesting this syntax, but luckily it was
> fixed not so long ago.
> 
> No need for immediate action, JFYI.

Understood, thanks for the pointer.


More information about the svn-ports-all mailing list