summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/stat/stat-2.5.ebuild')
-rw-r--r--sys-apps/stat/stat-2.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/stat/stat-2.5.ebuild b/sys-apps/stat/stat-2.5.ebuild
index 9784c1bd2cc7..fe8625eeefe6 100644
--- a/sys-apps/stat/stat-2.5.ebuild
+++ b/sys-apps/stat/stat-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/stat/stat-2.5.ebuild,v 1.4 2002/10/04 06:30:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/stat/stat-2.5.ebuild,v 1.5 2002/10/19 04:06:04 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A command-line stat() wrapper."
@@ -10,6 +10,7 @@ KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
@@ -22,7 +23,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
dobin stat
doman stat.1
dodoc COPYRIGHT GPL README Changelog