From 59e70743cc92b4299493d80da7ccd11bbfdb3c3b Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sun, 28 Apr 2002 04:03:38 +0000 Subject: cleanup --- app-text/t1utils/t1utils-1.23.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'app-text/t1utils/t1utils-1.23.ebuild') diff --git a/app-text/t1utils/t1utils-1.23.ebuild b/app-text/t1utils/t1utils-1.23.ebuild index 72cc8592aa32..2fb04fd94f16 100644 --- a/app-text/t1utils/t1utils-1.23.ebuild +++ b/app-text/t1utils/t1utils-1.23.ebuild @@ -1,27 +1,25 @@ -# 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 Your Name -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.23.ebuild,v 1.1 2001/06/21 14:50:41 achim Exp $ +# Author Achim Gottinger +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.23.ebuild,v 1.2 2002/04/28 03:59:30 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Type 1 Font utilities" -SRC_URI="http://www.lcdf.org/~eddietwo/type/${A}" +SRC_URI="http://www.lcdf.org/~eddietwo/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/~eddietwo/" DEPEND="virtual/glibc" src_compile() { - try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} - try make + ./configure --prefix=/usr --mandir=/usr/share/man || die + make || die } src_install () { - try make DESTDIR=${D} install - dodoc NEWS README + make DESTDIR=${D} install || die + dodoc NEWS README } - -- cgit v1.2.3-65-gdbad