diff options
-rw-r--r-- | textproc/mdocml/Makefile | 6 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 4 |
2 files changed, 6 insertions, 4 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> diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index 348ed89c7295..9bb40ab33364 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,2 +1,2 @@ -SHA256 (mdocml-1.10.9.tar.gz) = 053b86d21edae5a80ecf6fe0927ab0e7dfaccbdec82eff98b4ef331d66ca8b65 -SIZE (mdocml-1.10.9.tar.gz) = 185048 +SHA256 (mdocml-1.11.1.tar.gz) = 1532d399b368b06381aabc5e8f438400c1ad8c1032e1e0bd85f8a07b5643f153 +SIZE (mdocml-1.11.1.tar.gz) = 195346 |