diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 20:36:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:35:47 +0200 |
commit | de21028b4b08aaafcb3a5a7076f9575bcc9db5d5 (patch) | |
tree | 24a6297746125ea9a7bbd67f60379bbb628daa37 /games-simulation | |
parent | games-simulation/pmars-sdl: Stop using games.eclass (diff) | |
download | gentoo-de21028b4b08aaafcb3a5a7076f9575bcc9db5d5.tar.gz gentoo-de21028b4b08aaafcb3a5a7076f9575bcc9db5d5.tar.bz2 gentoo-de21028b4b08aaafcb3a5a7076f9575bcc9db5d5.zip |
games-simulation/pmars-sdl: make repoman happy
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild index 05129c0d1c72..b7f96156df97 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild @@ -29,9 +29,9 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${P}-format.patch ) DOC_CONTENTS=" - There are some macros in ${GAMES_DATADIR}/${MY_PN}/macros + There are some macros in /usr/share/pmars/macros which you should make accessible to pmars by typing - export PMARSHOME=${GAMES_DATADIR}/${MY_PN}/macros\n + export PMARSHOME=/usr/share/pmars/macros\n " src_compile() { |