summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 1f33a609a0ab..6e7fbeac7535 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mdocml
-PORTVERSION= 1.9.13
+PORTVERSION= 1.9.14
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
https://www.spoerlein.net/pub/mdocml/
@@ -17,6 +17,9 @@ COMMENT= mdoc macro compiler
MAN1= mandoc.1
MAN7= mdoc.7
-PLIST_FILES= bin/mandoc
+PLIST_SUB+= EXAMPLESDIR=share/examples/mandoc
+
+pre-install:
+ @${MKDIR} ${EXAMPLESDIR:S/mdocml/mandoc/}
.include <bsd.port.mk>