- Improve the REINPLACE_CMD regex
Suggested by: danfe
This commit is contained in:
parent
6f7363f7b5
commit
02c446e4b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366413
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue