summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-08-27 22:52:46 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-08-27 22:52:46 +0000
commita1f01272cd984687b28a23e31bf7c83f3f957521 (patch)
tree1ad68d583c944d6e9e7a1658fceee63950db5d29 /media-sound/audacity
parentWork in progress on bug #6701. The ebuild is masked for now. (diff)
downloadgentoo-2-a1f01272cd984687b28a23e31bf7c83f3f957521.tar.gz
gentoo-2-a1f01272cd984687b28a23e31bf7c83f3f957521.tar.bz2
gentoo-2-a1f01272cd984687b28a23e31bf7c83f3f957521.zip
Installing documentation.
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/audacity-1.1.0.ebuild3
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
}