aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 483484cad470..d20c6a979819 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mdocml
-PORTVERSION= 1.10.0
+PORTVERSION= 1.10.1
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
http://people.freebsd.org/~uqs/distfiles/
@@ -19,4 +19,7 @@ MAN7= man.7 mdoc.7 roff.7 mandoc_char.7
PLIST_SUB+= EXAMPLESDIR=share/examples/mandoc
+post-patch:
+ ${REINPLACE_CMD} '/^PREFIX/s/=/?=/' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>