1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Escape parenthese in regular expressions to appease a sed that doesn't

understand extended regexps.
This commit is contained in:
Dima Dorfman 2002-11-03 06:40:49 +00:00
parent 739fd31f85
commit 6db5a24d30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69325

View File

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