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

(-)angband/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	angband
8
PORTNAME=	angband
9
PORTVERSION=	3.0.6
9
PORTVERSION=	3.0.6
10
PORTREVISION=	1
10
CATEGORIES=	games
11
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.thangorodrim.net/pub/angband/Source/ \
12
MASTER_SITES=	ftp://ftp.thangorodrim.net/pub/angband/Source/ \
12
		ftp://ftp.sunet.se/pub/games/Angband/Source/ \
13
		ftp://ftp.sunet.se/pub/games/Angband/Source/ \
(-)angband/files/pkg-message.in (+4 lines)
Lines 2-9 Link Here
2
 =======================================================================
2
 =======================================================================
3
 To reduce the number of term windows opened, use -n:
3
 To reduce the number of term windows opened, use -n:
4
   angband -- -n2
4
   angband -- -n2
5
5
 To use graphical tiles, use -g:
6
 To use graphical tiles, use -g:
6
   angband -g
7
   angband -g
7
   Note: you have to download graphical tiles from www.thangorodrim.net
8
   Note: you have to download graphical tiles from www.thangorodrim.net
8
   manually and place them in %%PREFIX%%/share/angband/lib/xtra/graf
9
   manually and place them in %%PREFIX%%/share/angband/lib/xtra/graf
10
11
 Tip: If you're experiencing display issues while playing angband in 
12
      syscons, try setting your TERM environment variable to 'mvterm'  
9
 =======================================================================
13
 =======================================================================

Return to bug 89636