Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203556 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/games-roguelike/nethack/nethack-3.4.3-r1.ebuild (-2 / +4 lines)
Lines 45-51 Link Here
45
		"${FILESDIR}"/${PV}-gentoo-paths.patch \
45
		"${FILESDIR}"/${PV}-gentoo-paths.patch \
46
		"${FILESDIR}"/${PV}-default-options.patch \
46
		"${FILESDIR}"/${PV}-default-options.patch \
47
		"${FILESDIR}"/${PV}-bison.patch \
47
		"${FILESDIR}"/${PV}-bison.patch \
48
		"${FILESDIR}"/${PV}-macos.patch
48
		"${FILESDIR}"/${PV}-macos.patch \
49
		"${FILESDIR}"/${PV}-recover.6.patch
49
50
50
	sed -i \
51
	sed -i \
51
		-e "s:GENTOO_STATEDIR:${GAMES_STATEDIR}/${PN}:" include/unixconf.h \
52
		-e "s:GENTOO_STATEDIR:${GAMES_STATEDIR}/${PN}:" include/unixconf.h \
Lines 127-133 Link Here
127
		"${D}${GAMES_BINDIR}/nethack" \
128
		"${D}${GAMES_BINDIR}/nethack" \
128
		|| die "sed ${D}${GAMES_BINDIR}/nethack failed"
129
		|| die "sed ${D}${GAMES_BINDIR}/nethack failed"
129
130
130
	doman doc/*.6
131
	doman doc/nethack.6
132
	newman doc/recover.6 nethack-recover.6
131
	dodoc doc/*.txt
133
	dodoc doc/*.txt
132
134
133
	# Can be copied to ~/.nethackrc to set options
135
	# Can be copied to ~/.nethackrc to set options

Return to bug 203556