diff options
author | 2008-06-16 15:43:48 +0000 | |
---|---|---|
committer | 2008-06-16 15:43:48 +0000 | |
commit | 2bcb87be31a9d4a7e6cc00f45e7294f2e82f71aa (patch) | |
tree | b7f00c1cb8c81484657c0cf1c325a1490a3b1928 /app-admin | |
parent | old, quoting (diff) | |
download | historical-2bcb87be31a9d4a7e6cc00f45e7294f2e82f71aa.tar.gz historical-2bcb87be31a9d4a7e6cc00f45e7294f2e82f71aa.tar.bz2 historical-2bcb87be31a9d4a7e6cc00f45e7294f2e82f71aa.zip |
quoting
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/stow/stow-1.3.3.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild index c15a3cf7f8e8..4e5350345e60 100644 --- a/app-admin/stow/stow-1.3.3.ebuild +++ b/app-admin/stow/stow-1.3.3.ebuild @@ -1,23 +1,18 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.25 2008/01/26 10:07:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.26 2008/06/16 15:43:48 drac Exp $ DESCRIPTION="manage installation of software in /usr/local" +HOMEPAGE="http://www.gnu.org/software/stow/" SRC_URI="mirror://gnu/stow/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/${PN}/" -SLOT="0" LICENSE="GPL-2" -IUSE="" +SLOT="0" KEYWORDS="amd64 ppc sparc x86" +IUSE="" DEPEND="dev-lang/perl" -src_compile() { - econf || die - emake || die "emake failed" -} - src_install() { - make DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed." } |