aboutsummaryrefslogtreecommitdiffstats
path: root/games/xboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xboard/Makefile')
-rw-r--r--games/xboard/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index b21a0bcd7925..1ba5978e3c97 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xboard
-PORTVERSION= 4.2.5
+PORTVERSION= 4.2.6
CATEGORIES= games
MASTER_SITES= http://www.tim-mann.org/xboard/ \
${MASTER_SITE_GNU}
@@ -19,4 +19,8 @@ GNU_CONFIGURE= yes
STRIP=
MAN6= xboard.6 cmail.6 zic2xpm.6
+pre-patch:
+ @${PERL} -pi.orig -e 's|\$$\(prefix\)/share/info|\@infodir\@|' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>