aboutsummaryrefslogtreecommitdiffstats
path: root/games/xboard/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-02-18 05:17:08 +0800
committerpat <pat@FreeBSD.org>2002-02-18 05:17:08 +0800
commit68313c87db883ef5e2002898312187cc49de81db (patch)
treec72f52db557e2a71752afd04892a254172033afe /games/xboard/Makefile
parentb9b2b6d29c8dc7385cf08ed8f58dd4279948eb8a (diff)
downloadfreebsd-ports-gnome-68313c87db883ef5e2002898312187cc49de81db.tar.gz
freebsd-ports-gnome-68313c87db883ef5e2002898312187cc49de81db.tar.zst
freebsd-ports-gnome-68313c87db883ef5e2002898312187cc49de81db.zip
Update to 4.2.6
PR: 35052 Submitted by: maintainer
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>