diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-10 18:03:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-10 18:03:29 +0000 |
commit | 876e93d1aa16e28aeafde5e0a43c5a43ced043af (patch) | |
tree | 10b08ef27936eeb63d5835f94c0a4a3f1f4ccc03 /games/mahjong/Makefile | |
parent | 6f2dc54eae0b606008e3333c88526e01400b5915 (diff) | |
download | FreeBSD-ports-876e93d1aa16e28aeafde5e0a43c5a43ced043af.zip FreeBSD-ports-876e93d1aa16e28aeafde5e0a43c5a43ced043af.tar.gz |
upgrade to 1.0.3
Diffstat (limited to 'games/mahjong/Makefile')
-rw-r--r-- | games/mahjong/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile index b3c989f..c473ff1 100644 --- a/games/mahjong/Makefile +++ b/games/mahjong/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mahjong -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= games net MASTER_SITES= http://www.dcs.ed.ac.uk/home/jcb/stevens-bradfield/MahJong/Downloads/ DISTNAME= mj-${PORTVERSION}-src @@ -22,8 +22,4 @@ INSTALL_TARGET= install install.man MAN1= xmj.1 mj-player.1 mj-server.1 -post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile - @${PERL} -pi -e "s|%%GTK_CONFIG%%|${GTK_CONFIG}|g" ${WRKSRC}/Makefile - .include <bsd.port.mk> |