Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 15:37:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369910 - head/devel/pcre
Message-ID:  <201410031537.s93FbLBt032552@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct  3 15:37:21 2014
New Revision: 369910
URL: https://svnweb.freebsd.org/changeset/ports/369910
QAT: https://qat.redports.org/buildarchive/r369910/

Log:
  More mdocml fixes

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Fri Oct  3 15:33:39 2014	(r369909)
+++ head/devel/pcre/Makefile	Fri Oct  3 15:37:21 2014	(r369910)
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+=	--with-posix-malloc-thr
 .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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031537.s93FbLBt032552>