diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:34:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:34:47 +0000 |
commit | 1a84b95526b967b7d9b7e378cd70c75296a4d4c1 (patch) | |
tree | 6ac178ade763607fa28e47d42d266997c7dd1a6b /games-emulation/dosbox/dosbox-0.63.ebuild | |
parent | Removed INSTALL file. (diff) | |
download | gentoo-2-1a84b95526b967b7d9b7e378cd70c75296a4d4c1.tar.gz gentoo-2-1a84b95526b967b7d9b7e378cd70c75296a4d4c1.tar.bz2 gentoo-2-1a84b95526b967b7d9b7e378cd70c75296a4d4c1.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-emulation/dosbox/dosbox-0.63.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.63.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/dosbox/dosbox-0.63.ebuild b/games-emulation/dosbox/dosbox-0.63.ebuild index ce8326c3dd33..426d54f5ce58 100644 --- a/games-emulation/dosbox/dosbox-0.63.ebuild +++ b/games-emulation/dosbox/dosbox-0.63.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-emulation/dosbox/dosbox-0.63.ebuild,v 1.1 2004/11/19 01:33:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.63.ebuild,v 1.2 2005/06/15 18:32:57 wolf31o2 Exp $ inherit eutils games @@ -42,6 +42,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS + dodoc AUTHORS ChangeLog NEWS README THANKS prepgamesdirs } |