svn commit: r366408 - head/lang/nwcc
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Aug 28 14:53:27 UTC 2014
On Thu, Aug 28, 2014 at 02:50:30PM +0000, Danilo Egea Gondolfo wrote:
> New Revision: 366408
> URL: http://svnweb.freebsd.org/changeset/ports/366408
>
> @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes
> CONFIGURE_ARGS= --installprefix=${PREFIX}
> ALL_TARGET=
>
> -post-build:
> - cd ${WRKSRC} ; ${MAKE} test
> +post-patch:
> + @${REINPLACE_CMD} -e 's|./nwcc|-./nwcc|' ${WRKSRC}/Makefile.skel
Better (also more correct) way: s|\./nwcc|-&|
./danfe
More information about the svn-ports-head
mailing list