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

(-)Makefile (-1 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xbat
4
PORTNAME=	xbat
5
PORTVERSION=	1.11
5
PORTVERSION=	1.11
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	LOCAL/hrs
8
MASTER_SITES=	LOCAL/hrs
9
DISTNAME=	xev111
9
DISTNAME=	xev111
Lines 19-23 Link Here
19
USE_XORG=	x11 xext
19
USE_XORG=	x11 xext
20
WRKSRC=		${WRKDIR}/Xev111
20
WRKSRC=		${WRKDIR}/Xev111
21
ALL_TARGET=	xbat
21
ALL_TARGET=	xbat
22
USE_GCC=	yes # segfaults when compiled with clang
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)files/patch-Imakefile (-3 / +15 lines)
Lines 1-10 Link Here
1
--- Imakefile.orig	Mon Mar 17 12:32:22 1997
1
--- Imakefile.orig	1997-03-17 12:32:22 UTC
2
+++ Imakefile	Tue Jul  1 18:37:39 1997
2
+++ Imakefile
3
@@ -1,24 +1,24 @@
3
@@ -1,24 +1,24 @@
4
 # TOP10 DIR : directory for socre files
4
 # TOP10 DIR : directory for socre files
5
 #
5
 #
6
-SCORE_DIR  = /usr/local/games/Xbat/Score
6
-SCORE_DIR  = /usr/local/games/Xbat/Score
7
+SCORE_DIR  = ${PREFIX}/lib/X11/Xbat/Score
7
+SCORE_DIR  = /var/games/xbat/Score
8
 
8
 
9
 # IMAGE DIR : directory for image files
9
 # IMAGE DIR : directory for image files
10
-IMAGE_DIR = /usr/local/games/Xbat/Image
10
-IMAGE_DIR = /usr/local/games/Xbat/Image
Lines 32-34 Link Here
32
 
32
 
33
 #######################################################################
33
 #######################################################################
34
 
34
 
35
@@ -48,9 +48,8 @@ DependTarget()
36
 CleanTarget()
37
 
38
 install::
39
-	MakeDir($(DESTDIR)$(SCORE_DIR))
40
-	chmod 777 $(DESTDIR)$(SCORE_DIR);
41
-	@case '${MFLAGS}' in *[i]*) set +e;; esac; for i in Score/?* ; do set -x; $(INSTALL) -c -m 0666 $$i $(DESTDIR)$(SCORE_DIR) ; \
42
+	MakeDir($(DESTDIR)$(SCORE_DIR))
43
+	@case '${MFLAGS}' in *[i]*) set +e;; esac; cd Score; for i in ?* ; do set -x; $(INSTALL) -c -m 0666 $$i $(DESTDIR)$(SCORE_DIR)/$$i.sample ; \
44
 	done;
45
 	
46
 	MakeDir($(DESTDIR)$(IMAGE_DIR))
(-)pkg-plist (-16 / +8 lines)
Lines 1-8 Link Here
1
@owner root
1
@(,games,2755) bin/xbat
2
@group games
3
@mode 2755
4
bin/xbat
5
@mode 0664
6
lib/X11/Xbat/Domo/domoX0201.dat
2
lib/X11/Xbat/Domo/domoX0201.dat
7
lib/X11/Xbat/Domo/domoX0202.dat
3
lib/X11/Xbat/Domo/domoX0202.dat
8
lib/X11/Xbat/Domo/domoX0203.dat
4
lib/X11/Xbat/Domo/domoX0203.dat
Lines 694-707 Link Here
694
lib/X11/Xbat/Map/kuuchuu_map7.dat
690
lib/X11/Xbat/Map/kuuchuu_map7.dat
695
lib/X11/Xbat/Map/kuuchuu_map8.dat
691
lib/X11/Xbat/Map/kuuchuu_map8.dat
696
lib/X11/Xbat/Map/kuuchuu_map9.dat
692
lib/X11/Xbat/Map/kuuchuu_map9.dat
697
@mode 0755
693
@sample(,games,664) /var/games/xbat/Score/top10-0.txt.sample
698
lib/X11/Xbat/Score/top10-0.txt
694
@sample(,games,664) /var/games/xbat/Score/top10-1.txt.sample
699
lib/X11/Xbat/Score/top10-1.txt
695
@sample(,games,664) /var/games/xbat/Score/top10-2.txt.sample
700
lib/X11/Xbat/Score/top10-2.txt
696
@sample(,games,664) /var/games/xbat/Score/top10-3.txt.sample
701
lib/X11/Xbat/Score/top10-3.txt
697
@sample(,games,664) /var/games/xbat/Score/top10-4.txt.sample
702
lib/X11/Xbat/Score/top10-4.txt
698
@dir(,games,775) /var/games/xbat/Score
703
@dirrm lib/X11/Xbat/Domo
699
@dir /var/games/xbat
704
@dirrm lib/X11/Xbat/Image
705
@dirrm lib/X11/Xbat/Map
706
@dirrm lib/X11/Xbat/Score
707
@dirrm lib/X11/Xbat

Return to bug 205630