mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Escape parenthese in regular expressions to appease a sed that doesn't
understand extended regexps.
This commit is contained in:
parent
739fd31f85
commit
6db5a24d30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69325
@ -38,7 +38,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/usr|${PREFIX}|g" ${WRKSRC}/$i
|
||||
.endfor
|
||||
@${REINPLACE_CMD} -e "s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/zlib/Makefile
|
||||
@${REINPLACE_CMD} -e "s|([\ \t(])T_USER|\1T_USERNAME|g" ${WRKSRC}/*.[chly]
|
||||
@${REINPLACE_CMD} -e "s|\([\ \t(]\)T_USER|\1T_USERNAME|g" ${WRKSRC}/*.[chly]
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user