diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:22:30 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:22:30 +0000 |
commit | 120cee45ccf0cbd501f95e4f23e08f3d61ecc6d7 (patch) | |
tree | a929a0a7666469721f430e93662b51644566b8e3 /media-sound/mserv/mserv-0.35-r1.ebuild | |
parent | Removed COPYING and INSTALL from dodoc. (diff) | |
download | historical-120cee45ccf0cbd501f95e4f23e08f3d61ecc6d7.tar.gz historical-120cee45ccf0cbd501f95e4f23e08f3d61ecc6d7.tar.bz2 historical-120cee45ccf0cbd501f95e4f23e08f3d61ecc6d7.zip |
Removed COPYING from dodoc.
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-sound/mserv/mserv-0.35-r1.ebuild')
-rw-r--r-- | media-sound/mserv/mserv-0.35-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mserv/mserv-0.35-r1.ebuild b/media-sound/mserv/mserv-0.35-r1.ebuild index 9ff7d31652b3..06f5854371e2 100644 --- a/media-sound/mserv/mserv-0.35-r1.ebuild +++ b/media-sound/mserv/mserv-0.35-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/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.3 2006/03/08 12:51:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.4 2006/05/08 04:22:30 tcort Exp $ inherit webapp eutils toolchain-funcs @@ -52,7 +52,7 @@ src_install() { make DESTDIR=${D} install || die dobin support/mservedit support/mservripcd support/mservplay - dodoc AUTHORS COPYING ChangeLog docs/quick-start.txt + dodoc AUTHORS ChangeLog docs/quick-start.txt # Web client dodir ${MY_CGIBINDIR}/${PN} |