diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:40:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:40:04 +0000 |
commit | f139d9b07a31f638400a721ca2d7e7e3a0ff05bc (patch) | |
tree | 35ef93bd2cc543b678a03bf2de8b45c29d311e81 /games-engines/frotz/frotz-2.43.ebuild | |
parent | Removed INSTALL.Unix file. (diff) | |
download | gentoo-2-f139d9b07a31f638400a721ca2d7e7e3a0ff05bc.tar.gz gentoo-2-f139d9b07a31f638400a721ca2d7e7e3a0ff05bc.tar.bz2 gentoo-2-f139d9b07a31f638400a721ca2d7e7e3a0ff05bc.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-engines/frotz/frotz-2.43.ebuild')
-rw-r--r-- | games-engines/frotz/frotz-2.43.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild index 0e0612be0752..d751e0aae6d6 100644 --- a/games-engines/frotz/frotz-2.43.ebuild +++ b/games-engines/frotz/frotz-2.43.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.9 2004/11/06 07:46:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.10 2005/06/15 18:38:06 wolf31o2 Exp $ DESCRIPTION="Curses based interpreter for Z-code based text games" HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/" @@ -23,7 +23,7 @@ src_compile() { src_install () { dobin frotz || die "dobin failed" doman frotz.6 - dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY INSTALL README TODO + dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO insinto /usr/share/${P}/ doins doc/{frotz.conf-big,frotz.conf-small} || die "doins failed" |