aboutsummaryrefslogtreecommitdiffstats
path: root/net/dictd/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-11-03 14:40:49 +0800
committerdd <dd@FreeBSD.org>2002-11-03 14:40:49 +0800
commitb10cbeed01786abca698dd6ce9b3579b4b61c60c (patch)
tree24cdd18835c890c66c7c2a050f503214ea175152 /net/dictd/Makefile
parent124c980985bd5a5bc8e5687b58d28a915f96f07f (diff)
downloadfreebsd-ports-gnome-b10cbeed01786abca698dd6ce9b3579b4b61c60c.tar.gz
freebsd-ports-gnome-b10cbeed01786abca698dd6ce9b3579b4b61c60c.tar.zst
freebsd-ports-gnome-b10cbeed01786abca698dd6ce9b3579b4b61c60c.zip
Escape parenthese in regular expressions to appease a sed that doesn't
understand extended regexps.
Diffstat (limited to 'net/dictd/Makefile')
-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}