diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:33:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:33:50 +0000 |
commit | 84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7 (patch) | |
tree | 1c4c91a8b07b7960cba70913c62546f5f70ccc6d /games-simulation/pmars-sdl | |
parent | changed the java compilation for ppc (Manifest recommit) (diff) | |
download | gentoo-2-84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7.tar.gz gentoo-2-84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7.tar.bz2 gentoo-2-84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7.zip |
games_pkg_postinst
Diffstat (limited to 'games-simulation/pmars-sdl')
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index d1cee564750c..7bf4ff38e2a3 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.5 2004/07/01 11:24:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.6 2004/09/23 09:33:50 mr_bones_ Exp $ inherit games gcc @@ -85,6 +85,8 @@ src_install() { } pkg_postinst() { + games_pkg_postinst + echo ewarn "There are some macros in ${GAMES_DATADIR}/${MY_PN}/macros" ewarn "which you should make accessible to pmars by typing" ewarn "export PMARSHOME=${GAMES_DATADIR}/${MY_PN}/macros\n" |