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

(-)Makefile (+6 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bsdgames
4
PORTNAME=	bsdgames
5
PORTVERSION=	3.8.2
5
PORTVERSION=	3.8.2
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	games
8
CATEGORIES=	games
8
# Fetched from git://git.dragonflybsd.org/dragonfly.git, v${PORTVERSION}, /games
9
# Fetched from git://git.dragonflybsd.org/dragonfly.git, v${PORTVERSION}, /games
Lines 75-80 Link Here
75
.endfor
76
.endfor
76
77
77
post-install:
78
post-install:
79
# avoid conflict with the games/bs
80
	${MV} ${STAGEDIR}${PREFIX}/bin/bs ${STAGEDIR}${PREFIX}/bin/bs-game
81
# avoid conflict with the shells/fish
82
	${MV} ${STAGEDIR}${PREFIX}/bin/fish ${STAGEDIR}${PREFIX}/bin/fish-game
83
78
	@${TOUCH} ${STAGEDIR}/var/games/atc_score
84
	@${TOUCH} ${STAGEDIR}/var/games/atc_score
79
	@${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \;
85
	@${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \;
80
86
(-)pkg-plist (-2 / +2 lines)
Lines 3-13 Link Here
3
bin/atc
3
bin/atc
4
bin/backgammon
4
bin/backgammon
5
bin/battlestar
5
bin/battlestar
6
bin/bs
6
bin/bs-game
7
bin/canfield
7
bin/canfield
8
bin/cfscores
8
bin/cfscores
9
bin/cribbage
9
bin/cribbage
10
bin/fish
10
bin/fish-game
11
bin/hack
11
bin/hack
12
bin/hangman
12
bin/hangman
13
bin/hunt
13
bin/hunt

Return to bug 195672