|
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 |
|