svn commit: r369910 - head/devel/pcre

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 3 15:37:22 UTC 2014


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' \


More information about the svn-ports-head mailing list