aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cc65
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-06-14 22:21:14 +0800
committerstas <stas@FreeBSD.org>2008-06-14 22:21:14 +0800
commit158ba26eb71974ca4bb157b4da1105b1ac71233e (patch)
tree6c3be6974665106bf57d9ff4e55a4966fce918b5 /devel/cc65
parent10f45124f4469016331fb3a83d68860f4cebc7ba (diff)
downloadfreebsd-ports-gnome-158ba26eb71974ca4bb157b4da1105b1ac71233e.tar.gz
freebsd-ports-gnome-158ba26eb71974ca4bb157b4da1105b1ac71233e.tar.zst
freebsd-ports-gnome-158ba26eb71974ca4bb157b4da1105b1ac71233e.zip
- Fix patching in NOPORTDOCS case.
Spotted by: itetcu
Diffstat (limited to 'devel/cc65')
-rw-r--r--devel/cc65/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index c5897ccbaba9..96c2d4d525d5 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -36,7 +36,7 @@ post-patch:
-e "s,-std=c89,-std=c99,g" \
-e "s,CC[[:space:]]*=.*,#&,")
.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -E -e "s,(install:.*)install-docs(.*)$,\1\2," \
+ ${REINPLACE_CMD} -E -e "s,(install:.*)install-docs(.*)$$,\1\2," \
${WRKSRC}/make/gcc.mak
.endif