Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 14:06:42 +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: r369903 - head/devel/pcre
Message-ID:  <201410031406.s93E6gkP089535@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct  3 14:06:41 2014
New Revision: 369903
URL: https://svnweb.freebsd.org/changeset/ports/369903
QAT: https://qat.redports.org/buildarchive/r369903/

Log:
  Fix rendering with mandoc

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Fri Oct  3 13:51:17 2014	(r369902)
+++ head/devel/pcre/Makefile	Fri Oct  3 14:06:41 2014	(r369903)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pcre
 PORTVERSION=	8.35
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
 		ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
@@ -90,6 +91,8 @@ CONFIGURE_ARGS+=	--with-posix-malloc-thr
 .endif
 
 post-patch:
+	@${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3
+	@${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' \
 		${WRKSRC}/Makefile.in



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