diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-08-04 01:41:41 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-08-04 01:41:41 +0000 |
commit | 9534d333c1a0d6af80f822609561e12fec41ffca (patch) | |
tree | 63d28f2b23b3ba5d82eef20f42c956de194e8e40 /app-misc/glastree | |
parent | initial ebuild contributed by T.Kvernes <terjekv@math.uio.no> (diff) | |
download | historical-9534d333c1a0d6af80f822609561e12fec41ffca.tar.gz historical-9534d333c1a0d6af80f822609561e12fec41ffca.tar.bz2 historical-9534d333c1a0d6af80f822609561e12fec41ffca.zip |
LICENSE was incorrect
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/glastree-0.57.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/glastree/glastree-0.57.ebuild b/app-misc/glastree/glastree-0.57.ebuild index 351f7df2e664..f62580250636 100644 --- a/app-misc/glastree/glastree-0.57.ebuild +++ b/app-misc/glastree/glastree-0.57.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/app-misc/glastree/glastree-0.57.ebuild,v 1.1 2002/08/04 01:33:44 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.2 2002/08/04 01:41:41 blocke Exp $ S=${WORKDIR}/${P} DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" @@ -9,7 +9,7 @@ SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="sys-devel/perl dev-perl/Date-Calc" SLOT="0" KEYWORDS="x86" -LICENSE="GPL-2" +LICENSE="public-domain" src_install () { dodir /usr/share/man/man1 |