summaryrefslogtreecommitdiff
path: root/games/mahjong/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-05 11:52:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-05 11:52:36 +0000
commitb55bc1f41bd5a7df2d930cbed3189b9b1c1d3835 (patch)
tree3753ac0552f3dfd0ba60a6f71071055f23698bcd /games/mahjong/Makefile
parentPKGNAMESUFFIX set for Option OPENSSH_OVERWRITE_BASE (diff)
upgrade to 1.3
Notes
Notes: svn path=/head/; revision=52625
Diffstat (limited to 'games/mahjong/Makefile')
-rw-r--r--games/mahjong/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile
index cb51aa6e1f44..360d37efd173 100644
--- a/games/mahjong/Makefile
+++ b/games/mahjong/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mahjong
-PORTVERSION= 1.2.3
+PORTVERSION= 1.3
CATEGORIES= games net
MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/
DISTNAME= mj-${PORTVERSION}-src
@@ -22,4 +22,9 @@ INSTALL_TARGET= install install.man
MAN1= xmj.1 mj-player.1 mj-server.1
+post-patch:
+ @${PERL} -pi -e "s,^CC ,#CC ,g ; \
+ s,^PERL,#PERL,g ; \
+ s,gtk-config,${GTK_CONFIG},g" ${WRKSRC}/Makefile
+
.include <bsd.port.mk>