diff options
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r-- | textproc/mdocml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 47430c47b31a..11d180536712 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -6,16 +6,16 @@ # PORTNAME= mdocml -PORTVERSION= 1.9.15 +PORTVERSION= 1.9.23 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ - https://www.spoerlein.net/pub/mdocml/ + http://people.freebsd.org/~uqs/distfiles/ MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler MAN1= mandoc.1 -MAN7= man.7 mdoc.7 +MAN7= man.7 mdoc.7 mandoc_char.7 PLIST_SUB+= EXAMPLESDIR=share/examples/mandoc |