diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:27:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:27:13 +0000 |
commit | 2c54250c93468051b2a6907fa03f53f46da87b41 (patch) | |
tree | 2d137f6c28fc719af932207ddd24d7d19b235273 /app-misc/glastree | |
parent | lintool cleanup for #9225 (diff) | |
download | historical-2c54250c93468051b2a6907fa03f53f46da87b41.tar.gz historical-2c54250c93468051b2a6907fa03f53f46da87b41.tar.bz2 historical-2c54250c93468051b2a6907fa03f53f46da87b41.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/glastree-0.57.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/glastree/glastree-0.57.ebuild b/app-misc/glastree/glastree-0.57.ebuild index 1c79bd2b4815..62b803ca83b1 100644 --- a/app-misc/glastree/glastree-0.57.ebuild +++ b/app-misc/glastree/glastree-0.57.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.3 2002/10/04 04:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.4 2002/10/17 00:27:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="sys-devel/perl dev-perl/Date-Calc" +RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="x86" LICENSE="public-domain" -src_install () { +src_install() { dodir /usr/share/man/man1 make INSTROOT=${D}/usr INSTMAN=share/man install || die dodoc README CHANGES THANKS TODO |