diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-15 18:15:46 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-15 18:15:46 +0000 |
commit | 72ae00318a3262ca426ab417dc8c5a6ba5c021a6 (patch) | |
tree | 2a35397b4e223a5c1ce4f0596194b850a04d4c45 /app-admin/whowatch | |
parent | minor fixes (diff) | |
download | gentoo-2-72ae00318a3262ca426ab417dc8c5a6ba5c021a6.tar.gz gentoo-2-72ae00318a3262ca426ab417dc8c5a6ba5c021a6.tar.bz2 gentoo-2-72ae00318a3262ca426ab417dc8c5a6ba5c021a6.zip |
Added DEPEND and docs
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/whowatch-1.5.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild index ac04efd9e9c6..a6bca9ac7101 100644 --- a/app-admin/whowatch/whowatch-1.5.2.ebuild +++ b/app-admin/whowatch/whowatch-1.5.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.1 2001/06/28 14:27:19 roadrunner Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.2 2001/07/15 18:15:46 achim Exp $ #P= A=${P}.tar.gz @@ -11,7 +11,7 @@ about the users currently logged on to the machine, in real time." SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${A}" HOMEPAGE="http://wizard.ae.krakow.pl/~mike/" -DEPEND="" +DEPEND="virtual/glibc sys-libs/ncurses" src_unpack() { unpack ${A} @@ -28,7 +28,7 @@ src_compile() { src_install () { - try make prefix=${D}/usr mandir=${DIR}/usr/share/man install - + try make prefix=${D}/usr mandir=${D}/usr/share/man install + dodoc AUTHORS ChangeLog COPYING KEYS NEWS README TODO VERSION } |