svn commit: r366413 - head/lang/nwcc

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Aug 28 15:03:05 UTC 2014


Author: danilo
Date: Thu Aug 28 15:03:04 2014
New Revision: 366413
URL: http://svnweb.freebsd.org/changeset/ports/366413
QAT: https://qat.redports.org/buildarchive/r366413/

Log:
  - Improve the REINPLACE_CMD regex
  
  Suggested by:	danfe

Modified:
  head/lang/nwcc/Makefile

Modified: head/lang/nwcc/Makefile
==============================================================================
--- head/lang/nwcc/Makefile	Thu Aug 28 15:02:28 2014	(r366412)
+++ head/lang/nwcc/Makefile	Thu Aug 28 15:03:04 2014	(r366413)
@@ -17,6 +17,6 @@ CONFIGURE_ARGS=	--installprefix=${PREFIX
 ALL_TARGET=
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|./nwcc|-./nwcc|' ${WRKSRC}/Makefile.skel
+	@${REINPLACE_CMD} -e 's|\./nwcc|-&|' ${WRKSRC}/Makefile.skel
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list