aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2013-11-12 01:07:11 +0800
committerjohans <johans@FreeBSD.org>2013-11-12 01:07:11 +0800
commit4a1178ae61cbd23fff5fee35d3bbea1c672a101f (patch)
tree1ecec446a9c99529ed12b7fe34630094c8bf50c6
parent7c259dbbbd445fdbf921d2d655901aa7c729153f (diff)
downloadfreebsd-ports-gnome-4a1178ae61cbd23fff5fee35d3bbea1c672a101f.tar.gz
freebsd-ports-gnome-4a1178ae61cbd23fff5fee35d3bbea1c672a101f.tar.zst
freebsd-ports-gnome-4a1178ae61cbd23fff5fee35d3bbea1c672a101f.zip
- Update ltris to 1.0.19
- Enable STAGE support
-rw-r--r--games/ltris/Makefile13
-rw-r--r--games/ltris/distinfo4
2 files changed, 8 insertions, 9 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile
index d556e01259cd..1f0193dc669f 100644
--- a/games/ltris/Makefile
+++ b/games/ltris/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ltris
-PORTVERSION= 1.0.18
+PORTVERSION= 1.0.19
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}
@@ -11,13 +11,12 @@ MAINTAINER= johans@FreeBSD.org
COMMENT= Tetris clone but a good one with bunch of cool features
USE_SDL= mixer sdl
-USE_GMAKE= yes
GNU_CONFIGURE= yes
+USES= gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=${DATADIR}
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -36,9 +35,9 @@ post-patch:
${WRKSRC}/src/sdl.h ${WRKSRC}/src/tools.h
post-install:
- @${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
- @${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
- @${CHMOD} 0664 ${DATADIR}/${PORTNAME}.hscr
- @${CHOWN} root:games ${DATADIR}/${PORTNAME}.hscr
+ @${CHMOD} 2755 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ @${CHOWN} root:games ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ @${CHMOD} 0664 ${STAGEDIR}${DATADIR}/${PORTNAME}.hscr
+ @${CHOWN} root:games ${STAGEDIR}${DATADIR}/${PORTNAME}.hscr
.include <bsd.port.mk>
diff --git a/games/ltris/distinfo b/games/ltris/distinfo
index d7392de709c5..9667c6393189 100644
--- a/games/ltris/distinfo
+++ b/games/ltris/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ltris-1.0.18.tar.gz) = 3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30
-SIZE (ltris-1.0.18.tar.gz) = 856016
+SHA256 (ltris-1.0.19.tar.gz) = 8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1
+SIZE (ltris-1.0.19.tar.gz) = 883543