aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-06-13 22:26:29 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-06-13 22:26:29 +0000
commit7d91b65bba79cf87bdb79dfcc1ad7452e618440f (patch)
tree9e0afc0ebd7ca95d2eed44beef2a40c49c4fdb5b /textproc/mdocml/Makefile
parentb6b6a6c9850b7deaf657c04177296daa60132471 (diff)
Notes
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>