diff options
author | 2006-05-26 02:48:18 +0000 | |
---|---|---|
committer | 2006-05-26 02:48:18 +0000 | |
commit | 8e1a5fc26c73b40faf97d74b8bf233caabb22c26 (patch) | |
tree | 6f29a8db66562e90480d9ef7c861a5e6b02b4c7b /games-fps/nprquake-sdl | |
parent | use $PN in einfo warning message #134266 by Denilson (diff) | |
download | gentoo-2-8e1a5fc26c73b40faf97d74b8bf233caabb22c26.tar.gz gentoo-2-8e1a5fc26c73b40faf97d74b8bf233caabb22c26.tar.bz2 gentoo-2-8e1a5fc26c73b40faf97d74b8bf233caabb22c26.zip |
use $PN in einfo warning message #134266 by Denilson
(Portage version: 2.1_rc2-r1)
Diffstat (limited to 'games-fps/nprquake-sdl')
-rw-r--r-- | games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild b/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild index 1411a2a2f069..897befeb436d 100644 --- a/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild +++ b/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild,v 1.9 2006/05/26 00:46:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild,v 1.10 2006/05/26 02:48:18 vapier Exp $ inherit eutils games @@ -51,7 +51,7 @@ pkg_postinst() { games_pkg_postinst echo einfo "Before you can play, you must make sure" - einfo "QuakeForge can find your Quake .pak files" + einfo "${PN} can find your Quake .pak files" echo einfo "You have 2 choices to do this" einfo "1 Copy pak*.pak files to ${GAMES_DATADIR}/quake1/id1" |