diff options
Diffstat (limited to 'app-sci/gri/gri-2.12.1.ebuild')
-rw-r--r-- | app-sci/gri/gri-2.12.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-sci/gri/gri-2.12.1.ebuild b/app-sci/gri/gri-2.12.1.ebuild index a7a7a95d7370..765b84f16974 100644 --- a/app-sci/gri/gri-2.12.1.ebuild +++ b/app-sci/gri/gri-2.12.1.ebuild @@ -1,10 +1,8 @@ # Copyright 1999-2003 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.4 2003/02/13 09:22:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.1.ebuild,v 1.5 2003/03/01 01:30:45 vapier Exp $ -IUSE="" - -DESCRIPTION="Gri is a language for scientific graphics programming." +DESCRIPTION="language for scientific graphics programming" HOMEPAGE="http://gri.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -15,7 +13,7 @@ KEYWORDS="x86" DEPEND=">=app-sci/netcdf-3.5.0" src_compile() { - econf + econf || die emake || die } @@ -24,7 +22,7 @@ src_install() { mv ${S}/startup.msg ${S}/startup.msg.orig sed -e s,PREFIX/share/doc/gri/,/usr/share/doc/${P}/, ${S}/startup.msg.orig > ${S}/startup.msg - einstall + einstall || die dodoc AUTHOR README #move docs to the proper place |