diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-30 18:48:46 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-30 18:48:46 +0000 |
commit | 595ba76287bf330b37288c0644700187ab1a32ab (patch) | |
tree | f64a49154d660e803abb57d0edfd904309cc81aa /media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild | |
parent | * more voodoo to pid-file detection (diff) | |
download | historical-595ba76287bf330b37288c0644700187ab1a32ab.tar.gz historical-595ba76287bf330b37288c0644700187ab1a32ab.tar.bz2 historical-595ba76287bf330b37288c0644700187ab1a32ab.zip |
Removed INSTALL.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild')
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild index 62498d90fb0f..16dea4c4a4b8 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.1 2005/06/21 04:37:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.2 2005/09/30 18:48:46 wolf31o2 Exp $ inherit flag-o-matic @@ -47,5 +47,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc CHANGELOG CREDITS INSTALL README TODO + dodoc CHANGELOG CREDITS README TODO } |