diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:37:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:37:22 +0000 |
commit | 738dfed942c0fa24b6747159569e162b7fa7ff74 (patch) | |
tree | 7d79ce44252cf48b75eca68e310f7ec6af4dd41c /games-emulation/dosbox/dosbox-0.62.ebuild | |
parent | Removed INSTALL file. (diff) | |
download | historical-738dfed942c0fa24b6747159569e162b7fa7ff74.tar.gz historical-738dfed942c0fa24b6747159569e162b7fa7ff74.tar.bz2 historical-738dfed942c0fa24b6747159569e162b7fa7ff74.zip |
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-emulation/dosbox/dosbox-0.62.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.62.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/dosbox/dosbox-0.62.ebuild b/games-emulation/dosbox/dosbox-0.62.ebuild index 822ae93b3460..7b177fece38c 100644 --- a/games-emulation/dosbox/dosbox-0.62.ebuild +++ b/games-emulation/dosbox/dosbox-0.62.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.62.ebuild,v 1.4 2004/11/11 00:57:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.62.ebuild,v 1.5 2005/06/15 18:32:57 wolf31o2 Exp $ inherit eutils games @@ -49,6 +49,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 } |