diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 14:41:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 14:41:09 +0000 |
commit | 0a34e686ec18d8f23d19ac0f6f2415ab88b9efca (patch) | |
tree | fef378e1cca37813cddc4f3073b0cd5b23192c4a /app-sci/gri | |
parent | Changed econf||die to econf (diff) | |
download | gentoo-2-0a34e686ec18d8f23d19ac0f6f2415ab88b9efca.tar.gz gentoo-2-0a34e686ec18d8f23d19ac0f6f2415ab88b9efca.tar.bz2 gentoo-2-0a34e686ec18d8f23d19ac0f6f2415ab88b9efca.zip |
Changed einstall||die to einstall
Diffstat (limited to 'app-sci/gri')
-rw-r--r-- | app-sci/gri/gri-2.12.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-sci/gri/gri-2.12.1.ebuild b/app-sci/gri/gri-2.12.1.ebuild index 3d9428143d31..4d02f145ccba 100644 --- a/app-sci/gri/gri-2.12.1.ebuild +++ b/app-sci/gri/gri-2.12.1.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.1.ebuild,v 1.1 2002/12/07 04:21:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.1.ebuild,v 1.2 2002/12/18 14:41:09 vapier Exp $ -IUSE="" - -S="${WORKDIR}/${P}" DESCRIPTION="Gri is a language for scientific graphics programming." HOMEPAGE="http://gri.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -15,14 +12,13 @@ KEYWORDS="x86" DEPEND=">=app-sci/netcdf-3.5.0" - src_compile() { econf emake || die } src_install() { - einstall || die + einstall dodoc AUTHOR README #move docs to the proper place |