diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
commit | 09db38f1bcdafd7910778b9cde61ce9ebc260e50 (patch) | |
tree | 6e83e9e2583415777600987aa8be3ce09d77b79b /app-editors/teco/teco-1.00-r1.ebuild | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.gz gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.bz2 gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.zip |
whitespace cleanup
Diffstat (limited to 'app-editors/teco/teco-1.00-r1.ebuild')
-rw-r--r-- | app-editors/teco/teco-1.00-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/teco/teco-1.00-r1.ebuild b/app-editors/teco/teco-1.00-r1.ebuild index a10a1a5fcf12..6377766b41ed 100644 --- a/app-editors/teco/teco-1.00-r1.ebuild +++ b/app-editors/teco/teco-1.00-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r1.ebuild,v 1.3 2003/07/07 16:33:08 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r1.ebuild,v 1.4 2003/09/05 23:05:05 msterret Exp $ DESCRIPTION="Classic TECO editor, Predecessor to EMACS." HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/" @@ -20,7 +20,7 @@ RDEPEND="virtual/glibc sys-libs/libtermcap-compat" inherit ccc - + S=${WORKDIR} src_unpack() { @@ -28,11 +28,11 @@ src_unpack() { } src_compile() { - sed -i 's/CFLAGS = -O//' Makefile + sed -i 's/CFLAGS = -O//' Makefile is-ccc && replace-cc-hardcode - + emake || die "compilation failed" - + echo size te echo @@ -40,7 +40,7 @@ src_compile() { src_install() { dobin te - dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST + dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST use doc && dodoc ${DISTDIR}/{tecolore.txt,tech.txt,teco.doc,tecoprog.doc} doman te.1 } |