diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 14:00:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 14:00:58 +0000 |
commit | c3cf040a57f872c2f7141e36b631760739ff71d4 (patch) | |
tree | 08b29b029df89cfbdefb17ece89690c243ea90e4 /dev-util | |
parent | man page/LFH compliance (diff) | |
download | gentoo-2-c3cf040a57f872c2f7141e36b631760739ff71d4.tar.gz gentoo-2-c3cf040a57f872c2f7141e36b631760739ff71d4.tar.bz2 gentoo-2-c3cf040a57f872c2f7141e36b631760739ff71d4.zip |
Correct LFH version
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/dialog/dialog-0.7-r1.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-util/dialog/dialog-0.7-r1.ebuild b/dev-util/dialog/dialog-0.7-r1.ebuild index d24c77bdcb24..a2b954e69edc 100644 --- a/dev-util/dialog/dialog-0.7-r1.ebuild +++ b/dev-util/dialog/dialog-0.7-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Prakash Shetty (Crux) <ps@gnuos.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.7-r1.ebuild,v 1.1 2002/03/27 13:51:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.7-r1.ebuild,v 1.2 2002/03/27 14:00:58 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Tool to display Dialog boxes from Shell" @@ -11,14 +11,12 @@ HOMEPAGE="http://www.advancedresearch.org/dialog/" DEPEND=">=sys-apps/bash-2.04-r3 >=sys-libs/ncurses-5.2" -src_unpack () { - unpack ${A} - cd ${WORKDIR} - patch -p0 ${P}/Makefile <${FILESDIR}/${P}-r1-gentoo.patch -} - src_install () { - make DESTDIR=${D} install || die + make \ + DESTDIR=${D} \ + MANDIR=${D}/usr/share/man \ + install || die + dodoc AUTHORS COPYING ChangeLog README doman dialog.1 } |