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

(-)Makefile (-2 / +2 lines)
Lines 26-32 Link Here
26
NO_CDROM=	Possible copyright infringement
26
NO_CDROM=	Possible copyright infringement
27
27
28
WRKSRC=		${WRKDIR}/ZAngband
28
WRKSRC=		${WRKDIR}/ZAngband
29
PKGMESSAGE=	${WRKDIR}/MESSAGE
29
SUB_FILES=	pkg-message
30
SUB_LIST=	ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB}
30
PLIST_SUB+=	ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB}
31
PLIST_SUB+=	ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB}
31
32
32
SHAREOWN=	games
33
SHAREOWN=	games
Lines 53-59 Link Here
53
pre-build:
54
pre-build:
54
	${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile
55
	${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile
55
	${CP} ${WRKSRC}/src/makefile.std ${WRKSRC}/src/Makefile
56
	${CP} ${WRKSRC}/src/makefile.std ${WRKSRC}/src/Makefile
56
	@${SED} -e "s|%%PREFIX%%|${PREFIX}|g;s|%%ANGBANDBIN%%|${ANGBANDBIN}|g;s|%%ANGBANDLIB%%|${ANGBANDLIB}|g" ${FILESDIR}/MESSAGE.in > ${PKGMESSAGE}
57
57
58
do-install:
58
do-install:
59
	${INSTALL_PROGRAM} ${WRKSRC}/src/testing ${PREFIX}/${ANGBANDBIN}
59
	${INSTALL_PROGRAM} ${WRKSRC}/src/testing ${PREFIX}/${ANGBANDBIN}
(-)files/MESSAGE.in (-15 lines)
Removed Link Here
1
 ============================================================================
2
 To reduce the number of term windows opened, use -n:
3
   %%PREFIX%%/%%ANGBANDBIN%% -- -n2
4
5
 The binary will changed its owner to 'games:games' and added SETGID bit.
6
 Then players can record their score to public score files.
7
 You can set fonts by using environment variables such as ANGBAND_X11_FONT,
8
 ANGBAND_X11_FONT_1 (the number represents sub-window id),
9
 ANGBAND_X11_KFONT (for kanji support), etc.
10
11
 WARNING!
12
 You now have the following world-writable (mode 1777) directories:
13
   %%PREFIX%%/%%ANGBANDLIB%%/save
14
   %%PREFIX%%/%%ANGBANDLIB%%/user
15
 ============================================================================
(-)files/pkg-message.in (+15 lines)
Added Link Here
1
 ============================================================================
2
 To reduce the number of term windows opened, use -n:
3
   %%PREFIX%%/%%ANGBANDBIN%% -- -n2
4
5
 The binary will changed its owner to 'games:games' and added SETGID bit.
6
 Then players can record their score to public score files.
7
 You can set fonts by using environment variables such as ANGBAND_X11_FONT,
8
 ANGBAND_X11_FONT_1 (the number represents sub-window id),
9
 ANGBAND_X11_KFONT (for kanji support), etc.
10
11
 WARNING!
12
 You now have the following world-writable (mode 1777) directories:
13
   %%PREFIX%%/%%ANGBANDLIB%%/save
14
   %%PREFIX%%/%%ANGBANDLIB%%/user
15
 ============================================================================

Return to bug 142622