summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}