aboutsummaryrefslogtreecommitdiff
path: root/lang/nwcc
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-08-28 15:03:04 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-08-28 15:03:04 +0000
commit02c446e4b31a30868b894604fa3584caea3b670c (patch)
treef3f57af64e84635511054229f60a551b41ccc51d /lang/nwcc
parent6f7363f7b55ec02969da57f8d5e7bd38af986347 (diff)
downloadports-02c446e4b31a30868b894604fa3584caea3b670c.tar.gz
ports-02c446e4b31a30868b894604fa3584caea3b670c.zip
- Improve the REINPLACE_CMD regex
Suggested by: danfe
Notes
Notes: svn path=/head/; revision=366413
Diffstat (limited to 'lang/nwcc')
-rw-r--r--lang/nwcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile
index 14c86d886866..739e32e363af 100644
--- a/lang/nwcc/Makefile
+++ b/lang/nwcc/Makefile
@@ -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>