aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-06-19 17:48:42 +0800
committermarino <marino@FreeBSD.org>2014-06-19 17:48:42 +0800
commitf27062b9fa0995a34e7b9fca4d5a8209837270ed (patch)
tree0f2155373205f5aadeb253f37a8a88ac3937cedf /sysutils
parentc844b484159c5a37897540e398960abcdd1f4f19 (diff)
downloadfreebsd-ports-gnome-f27062b9fa0995a34e7b9fca4d5a8209837270ed.tar.gz
freebsd-ports-gnome-f27062b9fa0995a34e7b9fca4d5a8209837270ed.tar.zst
freebsd-ports-gnome-f27062b9fa0995a34e7b9fca4d5a8209837270ed.zip
sysutils/xmbmon: Fix manpage replacement error
Spotted by: takefu (airport.fm) Approved by: Muhammad Rahman PR: 185354
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xmbmon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile
index 6ad34b22873e..bde0684ab475 100644
--- a/sysutils/xmbmon/Makefile
+++ b/sysutils/xmbmon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmbmon
PORTVERSION= 205
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= sysutils
MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/${PORTNAME}/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -49,7 +49,7 @@ USE_RC_SUBR= mbmon
.endif
post-patch:
- @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${STAGEDIR}${DOCSDIR}+' \
+ @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${DOCSDIR}+' \
${WRKSRC}/mbmon.1
.if ${PORT_OPTIONS:MSMB}
@${REINPLACE_CMD} -e 's/^DEFS=/&-DSMBUS_IOCTL /' ${WRKSRC}/Makefile.in