diff options
author | 2002-08-27 22:52:46 +0000 | |
---|---|---|
committer | 2002-08-27 22:52:46 +0000 | |
commit | f1f302b82db67e149b921ea9292f74143b71a4b2 (patch) | |
tree | 6d4b4ac677ac48bae6d980fb2cec16338ee7ec20 /media-sound/audacity | |
parent | Work in progress on bug #6701. The ebuild is masked for now. (diff) | |
download | historical-f1f302b82db67e149b921ea9292f74143b71a4b2.tar.gz historical-f1f302b82db67e149b921ea9292f74143b71a4b2.tar.bz2 historical-f1f302b82db67e149b921ea9292f74143b71a4b2.zip |
Installing documentation.
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-1.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-1.1.0.ebuild b/media-sound/audacity/audacity-1.1.0.ebuild index 6d9703aabab1..77262beb4a7c 100644 --- a/media-sound/audacity/audacity-1.1.0.ebuild +++ b/media-sound/audacity/audacity-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.0.ebuild,v 1.1 2002/08/27 22:46:01 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.0.ebuild,v 1.2 2002/08/27 22:52:46 agenkin Exp $ DESCRIPTION="A free, crossplatform audio editor." HOMEPAGE="http://audacity.sourceforge.net/" @@ -43,4 +43,5 @@ src_compile() { src_install () { make PREFIX="${D}/usr" install || die + dodoc LICENSE.txt README.txt } |