summaryrefslogtreecommitdiff
path: root/net/dictd
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-11-03 06:40:49 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-11-03 06:40:49 +0000
commit6db5a24d30128ff4a52d6110077232b0df4d3dc6 (patch)
treeb2046f5e0d76efa2328a2a4c673b95581cb8ca87 /net/dictd
parentConvert to use REINPLACE_CMD instead of PERL and remove USE_PERL5. (diff)
Escape parenthese in regular expressions to appease a sed that doesn't
understand extended regexps.
Notes
Notes: svn path=/head/; revision=69325
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile
index ba22caad34ed..c96901bd5253 100644
--- a/net/dictd/Makefile
+++ b/net/dictd/Makefile
@@ -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}