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 | 9ff2425df51c965d427183538c4f6a4002567577 (patch) | |
tree | 17efe51211042199db5dc2c927afad5854eb8055 /app-admin/whowatch | |
parent | minor fixes (diff) | |
download | historical-9ff2425df51c965d427183538c4f6a4002567577.tar.gz historical-9ff2425df51c965d427183538c4f6a4002567577.tar.bz2 historical-9ff2425df51c965d427183538c4f6a4002567577.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 } |