View | Details | Raw Unified | Return to bug 70465
Collapse All | Expand All

(-)ltris/Makefile (-4 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ltris
8
PORTNAME=	ltris
9
PORTVERSION=	1.0.6
9
PORTVERSION=	1.0.7
10
PORTREVISION=	2
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	games
11
CATEGORIES=	games
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Lines 33-39 Link Here
33
post-install:
32
post-install:
34
	${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
33
	${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
35
	${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
34
	${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
36
	${CHMOD} 664 /var/games/${PORTNAME}/ltris.hscr
35
	${CHMOD} 664 ${PREFIX}/var/ltris.hscr
37
	${CHOWN} root:games /var/games/${PORTNAME}/ltris.hscr
36
	${CHOWN} root:games ${PREFIX}/var/ltris.hscr
38
37
39
.include <bsd.port.post.mk>
38
.include <bsd.port.post.mk>
(-)ltris/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (ltris-1.0.6.tar.gz) = 15f72cff6cc384c028a756ed187e1d02
1
MD5 (ltris-1.0.7.tar.gz) = 2c80799136607429b8cb7d50093ca56c
2
SIZE (ltris-1.0.6.tar.gz) = 563007
2
SIZE (ltris-1.0.7.tar.gz) = 563189
(-)ltris/files/patch-ad (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in	2000/10/19 14:45:02	1.1
2
+++ Makefile.in	2000/10/19 14:45:14
3
@@ -45,7 +45,7 @@
4
 ACLOCAL = @ACLOCAL@
5
 AUTOCONF = @AUTOCONF@
6
 AUTOMAKE = @AUTOMAKE@
7
-AUTOHEADER = @AUTOHEADER@
8
+AUTOHEADER = true
9
 
10
 INSTALL = @INSTALL@
11
 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
(-)ltris/files/patch-ae (-16 lines)
Lines 1-16 Link Here
1
2
$FreeBSD: ports/games/ltris/files/patch-ae,v 1.3 2002/01/15 07:31:43 sobomax Exp $
3
4
--- configure	2002/01/14 13:27:57	1.1
5
+++ configure	2002/01/14 13:28:20
6
@@ -1617,8 +1617,8 @@
7
 
8
 
9
 
10
-inst_dir=$datadir/games/ltris
11
-hi_dir=/var/lib/games
12
+inst_dir=$datadir/ltris
13
+hi_dir=/var/games/ltris
14
 
15
 # Check whether --enable-install or --disable-install was given.
16
 if test "${enable_install+set}" = set; then
(-)ltris/pkg-plist (-3 / +1 lines)
Lines 24-32 Link Here
24
%%DATADIR%%/sounds/motion.wav
24
%%DATADIR%%/sounds/motion.wav
25
%%DATADIR%%/sounds/nextlevel.wav
25
%%DATADIR%%/sounds/nextlevel.wav
26
%%DATADIR%%/sounds/stop.wav
26
%%DATADIR%%/sounds/stop.wav
27
var/ltris.hscr
27
@dirrm %%DATADIR%%/sounds
28
@dirrm %%DATADIR%%/sounds
28
@dirrm %%DATADIR%%/gfx
29
@dirrm %%DATADIR%%/gfx
29
@dirrm %%DATADIR%%
30
@dirrm %%DATADIR%%
30
@cwd /var/games
31
ltris/ltris.hscr
32
@dirrm ltris

Return to bug 70465