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

(-)Makefile (-2 / +1 lines)
Lines 51-57 Link Here
51
		${WRKSRC}/backgammon/teachgammon/Makefile \
51
		${WRKSRC}/backgammon/teachgammon/Makefile \
52
		${WRKSRC}/canfield/cfscores/Makefile \
52
		${WRKSRC}/canfield/cfscores/Makefile \
53
		${WRKSRC}/snake/snscore/Makefile \
53
		${WRKSRC}/snake/snscore/Makefile \
54
		${WRKSRC}/fortune/unstr/Makefile \
55
		${WRKSRC}/primes/Makefile
54
		${WRKSRC}/primes/Makefile
56
	@for f in ${SHAREPATH_FILES}; do \
55
	@for f in ${SHAREPATH_FILES}; do \
57
		${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \
56
		${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \
Lines 69-75 Link Here
69
		| ${XARGS} ${REINPLACE_CMD} -e 's/-lprivate_ncurses/-lncurses/'
68
		| ${XARGS} ${REINPLACE_CMD} -e 's/-lprivate_ncurses/-lncurses/'
70
69
71
pre-install:
70
pre-install:
72
.for d in atc larn quiz.db
71
.for d in atc fortune larn quiz.db
73
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/$d
72
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/$d
74
.endfor
73
.endfor
75
.for d in atc battlestar hackdir/save larn phantasia
74
.for d in atc battlestar hackdir/save larn phantasia
(-)files/patch-Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	2016-10-31 16:52:06 UTC
1
--- Makefile.orig	2016-10-31 16:52:06 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -8,33 +8,21 @@ SUBDIR= adventure \
3
@@ -8,33 +8,22 @@ SUBDIR= adventure \
4
 	atc \
4
 	atc \
5
 	backgammon \
5
 	backgammon \
6
 	battlestar \
6
 	battlestar \
Lines 13-19 Link Here
13
-	dm \
13
-	dm \
14
-	factor \
14
-	factor \
15
 	fish \
15
 	fish \
16
-	fortune \
16
 	fortune \
17
-	grdc \
17
-	grdc \
18
 	hack \
18
 	hack \
19
 	hals_end \
19
 	hals_end \
(-)files/patch-fortune_Makefile (+9 lines)
Line 0 Link Here
1
--- fortune/Makefile.orig	2017-11-25 14:54:04.685544000 -0800
2
+++ fortune/Makefile	2017-11-25 15:01:40.605982000 -0800
3
@@ -1,5 +1,5 @@
4
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
5
 
6
-SUBDIR= fortune strfile datfiles unstr
7
+SUBDIR= fortune strfile datfiles
8
 
9
 .include <bsd.subdir.mk>
(-)pkg-plist (+2 lines)
Lines 9-14 Link Here
9
bin/colorbars
9
bin/colorbars
10
@(,games,2555) bin/cribbage
10
@(,games,2555) bin/cribbage
11
bin/fish-game
11
bin/fish-game
12
bin/fortune
12
@(,games,2555) bin/hack
13
@(,games,2555) bin/hack
13
bin/hals_end
14
bin/hals_end
14
bin/hangman
15
bin/hangman
Lines 42-47 Link Here
42
man/man6/colorbars.6.gz
43
man/man6/colorbars.6.gz
43
man/man6/cribbage.6.gz
44
man/man6/cribbage.6.gz
44
man/man6/fish-game.6.gz
45
man/man6/fish-game.6.gz
46
man/man6/fortune.6.gz
45
man/man6/hack.6.gz
47
man/man6/hack.6.gz
46
man/man6/hals_end.6.gz
48
man/man6/hals_end.6.gz
47
man/man6/hangman.6.gz
49
man/man6/hangman.6.gz

Return to bug 223877