svn commit: r321191 - head/cad/openvsp

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jun 18 14:47:41 UTC 2013


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.

./danfe


More information about the svn-ports-head mailing list