diff options
-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 |