diff options
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r-- | textproc/mdocml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 7ac81e7cdad9..c08a350f5965 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mdocml -PORTVERSION= 1.10.9 +PORTVERSION= 1.11.1 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} @@ -16,12 +16,14 @@ MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler MAN1= mandoc.1 -MAN7= man.7 mdoc.7 roff.7 tbl.7 mandoc_char.7 +MAN3= mandoc.3 +MAN7= eqn.7 man.7 mandoc_char.7 mdoc.7 roff.7 tbl.7 EXAMPLESDIR_REL=share/examples/mandoc post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \ + -e '/INSTALL_LIB/d' -e '/LIBDIR/d' \ ${WRKSRC}/Makefile .include <bsd.port.mk> |