aboutsummaryrefslogtreecommitdiff
path: root/games/ri-li/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-05 19:57:56 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-05 19:57:56 +0000
commit7e80cde3289d108a73c54656f4fde354dd2fb09e (patch)
treeb85b705571d426ca1d0ff74b6af8f029081a6a39 /games/ri-li/Makefile
parent6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff)
downloadports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz
ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip
Notes
Diffstat (limited to 'games/ri-li/Makefile')
-rw-r--r--games/ri-li/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile
index 4d3948d9f0c8..cdcfd97f4a6a 100644
--- a/games/ri-li/Makefile
+++ b/games/ri-li/Makefile
@@ -7,14 +7,13 @@
PORTNAME= Ri-li
PORTVERSION= 2.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}%20Linux_Unix/${PORTNAME}%20V${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Drive a toy wood train in many levels - snake-like arcade game
-USE_AUTOTOOLS= automake:19
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -32,6 +31,7 @@ DESKTOP_ENTRIES="Ri-li" \
post-patch:
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs`|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's| gentoo||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/strcpy.*DefPath/ s|.*|strcpy(DefPath,"${DATADIR}/");|' ${WRKSRC}/src/main.cc
.include <bsd.port.mk>