summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 03:42:44 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 03:42:44 +0000
commit13ba070fb85c7a18edf9c14267eb1ef164f9760c (patch)
treebf963d8da0ade434be45f19057c4bf56c87abb7a /sys-apps/yard
parentlintool fixes for #9258 (diff)
downloadgentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.gz
gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.bz2
gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/yard')
-rw-r--r--sys-apps/yard/yard-2.0-r1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/yard/yard-2.0-r1.ebuild b/sys-apps/yard/yard-2.0-r1.ebuild
index e605fc7d8f50..7061b115a859 100644
--- a/sys-apps/yard/yard-2.0-r1.ebuild
+++ b/sys-apps/yard/yard-2.0-r1.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/yard/yard-2.0-r1.ebuild,v 1.12 2002/10/04 06:32:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/yard/yard-2.0-r1.ebuild,v 1.13 2002/10/19 03:42:44 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Yard is a suite of Perl scripts for creating rescue disks (also
called bootdisks) for Linux."
SRC_URI="http://www.croftj.net/~fawcett/yard/${P}.tar.gz
- http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-extra.tar.bz2
- http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/diet-utils.tar.bz2"
+ http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-extra.tar.bz2
+ http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/diet-utils.tar.bz2"
HOMEPAGE="http://www.linuxlots.com/~fawcett/yard/"
SLOT="0"
LICENSE="GPL-2 Artistic"
KEYWORDS="x86 -ppc"
DEPEND="sys-devel/perl"
-RDEPEND=""
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${P}-extra.tar.bz2
@@ -33,10 +33,9 @@ src_compile() {
make || die
}
-src_install () {
-
+src_install() {
cd ${S}
- try make DESTDIR=${D} install
+ make DESTDIR=${D} install || die
#customize
rm -rf ${D}/usr/share/doc/${P}
cd doc