Index: head/textproc/mdocml/Makefile =================================================================== --- head/textproc/mdocml/Makefile (revision 418798) +++ head/textproc/mdocml/Makefile (revision 418799) @@ -1,25 +1,26 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= mdocml -PORTVERSION= 1.13.3 +PORTVERSION= 1.13.4 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ LOCAL/uqs MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler LIB_DEPENDS= libsqlite3.so:databases/sqlite3 EXAMPLESDIR= ${PREFIX}/share/examples/mandoc HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: +post-configure: @${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \ - ${WRKSRC}/Makefile + -e 's/^INSTALL_PROGRAM.*/INSTALL_PROGRAM=${INSTALL_PROGRAM}/' \ + ${WRKSRC}/Makefile.local .include Index: head/textproc/mdocml/distinfo =================================================================== --- head/textproc/mdocml/distinfo (revision 418798) +++ head/textproc/mdocml/distinfo (revision 418799) @@ -1,2 +1,3 @@ -SHA256 (mdocml-1.13.3.tar.gz) = 23ccab4800d50bf4c327979af5d4aa1a6a2dc490789cb67c4c3ac1bd40b8cad8 -SIZE (mdocml-1.13.3.tar.gz) = 358971 +TIMESTAMP = 1468937374 +SHA256 (mdocml-1.13.4.tar.gz) = 0a55c1addb188071d6f784599303656b8465e98ec6b2f4f264e12fb96d79e0ef +SIZE (mdocml-1.13.4.tar.gz) = 370428 Index: head/textproc/mdocml/pkg-plist =================================================================== --- head/textproc/mdocml/pkg-plist (revision 418798) +++ head/textproc/mdocml/pkg-plist (revision 418799) @@ -1,31 +1,34 @@ bin/apropos bin/demandoc @comment bin/man bin/mandoc +bin/soelim bin/whatis @comment include/mandoc/man.h @comment include/mandoc/mandoc.h @comment include/mandoc/mandoc_aux.h @comment include/mandoc/mdoc.h +@comment include/mandoc/roff.h lib/mandoc/libmandoc.a man/man1/apropos.1.gz man/man1/demandoc.1.gz @comment man/man1/man.1.gz man/man1/mandoc.1.gz +man/man1/soelim.1.gz man/man1/whatis.1.gz man/man3/mandoc.3.gz man/man3/mandoc_escape.3.gz man/man3/mandoc_malloc.3.gz man/man3/mansearch.3.gz man/man3/mchars_alloc.3.gz man/man3/tbl.3.gz +man/man5/man.conf.5.gz man/man5/mandoc.db.5.gz man/man7/eqn.7.gz man/man7/man.7.gz man/man7/mandoc_char.7.gz man/man7/mdoc.7.gz @comment man/man7/roff.7.gz man/man7/tbl.7.gz man/man8/makewhatis.8.gz sbin/makewhatis -%%EXAMPLESDIR%%/example.style.css