1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

japanese/xdtp: Improve regex conformance

PR:		218605
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10505
This commit is contained in:
Larry Rosenman 2017-04-26 13:01:48 +00:00
parent 9805b5a333
commit c8ed80ffed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439448

View File

@ -63,7 +63,7 @@ post-patch:
s|\([[:blank:]]\)\($${XDTPSHARE}\)|\1$${DESTDIR}\2|' \
${WRKSRC}/xsl/Makefile
# Unbreak parallel builds (-jX) by calling make(1) correctly
@${REINPLACE_CMD} -E 's/cd(.+)(;| &&) (\$${MAKE})/\3 -C\1/' \
@${REINPLACE_CMD} -E 's/cd(.+)(;| &&) (\$$\{MAKE})/\3 -C\1/' \
${WRKSRC}/Makefile ${WRKSRC}/bin/Makefile \
${WRKSRC}/java/Makefile ${WRKSRC}/misc/Makefile