- Improve the REINPLACE_CMD regex

Suggested by:	danfe
This commit is contained in:
Danilo Egea Gondolfo 2014-08-28 15:03:04 +00:00
parent 6f7363f7b5
commit 02c446e4b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366413

View file

@ -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>