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 | 389070eb9839f02d65f78135490cabbe0eb5c35c (patch) | |
tree | 89f6112a29e17a552e5be1b09f796082428a3c7e /games-simulation/pmars-sdl | |
parent | changed the java compilation for ppc (diff) | |
download | historical-389070eb9839f02d65f78135490cabbe0eb5c35c.tar.gz historical-389070eb9839f02d65f78135490cabbe0eb5c35c.tar.bz2 historical-389070eb9839f02d65f78135490cabbe0eb5c35c.zip |
games_pkg_postinst
Diffstat (limited to 'games-simulation/pmars-sdl')
-rw-r--r-- | games-simulation/pmars-sdl/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-simulation/pmars-sdl/Manifest b/games-simulation/pmars-sdl/Manifest index df95414c59f2..dfd8e810dde6 100644 --- a/games-simulation/pmars-sdl/Manifest +++ b/games-simulation/pmars-sdl/Manifest @@ -1,4 +1,4 @@ -MD5 179ad3461c40fa70b18bd0c2d797816e ChangeLog 652 +MD5 de04038a728a33bf69a6f345d6c1ead0 pmars-sdl-0.9.2e.ebuild 2017 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 58c075ed9040dcfcf7a3991aadbd2f58 pmars-sdl-0.9.2e.ebuild 1992 +MD5 179ad3461c40fa70b18bd0c2d797816e ChangeLog 652 MD5 d07727e8550216e842bfcfed75aece5f files/digest-pmars-sdl-0.9.2e 65 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" |