diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-03 23:37:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-03 23:37:21 +0800 |
commit | 8fa01fb5dfa3cf3742d1516d82e4465508977141 (patch) | |
tree | 972b6b32e187de7c0509b394b4976e01f5889f1e /devel | |
parent | 751f714f50ac3ccf6e2d9fcd0b94b7f270a49b63 (diff) | |
download | freebsd-ports-gnome-8fa01fb5dfa3cf3742d1516d82e4465508977141.tar.gz freebsd-ports-gnome-8fa01fb5dfa3cf3742d1516d82e4465508977141.tar.zst freebsd-ports-gnome-8fa01fb5dfa3cf3742d1516d82e4465508977141.zip |
More mdocml fixes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 2 |
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' \ |