summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-03 15:37:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-03 15:37:21 +0000
commitb8f768e62fc8ceb2578e862f5d6b442f66f4652a (patch)
tree972b6b32e187de7c0509b394b4976e01f5889f1e
parentAutoreconf runs automake in GNU mode which requires files like AUTHORS, (diff)
More mdocml fixes
Notes
Notes: svn path=/head/; revision=369910
-rw-r--r--devel/pcre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 651e58501053..18b945b4d79b 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --with-posix-malloc-threshold=${WITH_POSIX_MALLOC_THRESHOLD}
.endif
post-patch:
- @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3
+ @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 ${WRKSRC}/doc/*.1
@${REINPLACE_CMD} -e "s/£//g" ${WRKSRC}/doc/pcre_compile2.3
.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \