summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-01 11:39:40 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-01 11:39:40 +0000
commit67b7b38ab261747e6aa385f1103dd81c7dbd7c81 (patch)
treecb1ae1e6e89fb40684e2787925c07cfea2809c71 /app-editors/fte/fte-20010819-r3.ebuild
parentfix DEPEND #30033 (diff)
downloadgentoo-2-67b7b38ab261747e6aa385f1103dd81c7dbd7c81.tar.gz
gentoo-2-67b7b38ab261747e6aa385f1103dd81c7dbd7c81.tar.bz2
gentoo-2-67b7b38ab261747e6aa385f1103dd81c7dbd7c81.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-editors/fte/fte-20010819-r3.ebuild')
-rw-r--r--app-editors/fte/fte-20010819-r3.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/app-editors/fte/fte-20010819-r3.ebuild b/app-editors/fte/fte-20010819-r3.ebuild
index 6686c0f21e19..53104bce6f9f 100644
--- a/app-editors/fte/fte-20010819-r3.ebuild
+++ b/app-editors/fte/fte-20010819-r3.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/fte/fte-20010819-r3.ebuild,v 1.14 2003/09/05 01:56:28 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r3.ebuild,v 1.15 2003/10/01 11:39:33 aliz Exp $
inherit eutils
@@ -8,8 +8,8 @@ IUSE="gpm slang X"
S=${WORKDIR}/${P}
DESCRIPTION="Lightweight text-mode editor"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip
- mirror://sourceforge/${PN}/${P}-common.zip"
+SRC_URI="mirror://sourceforge/fte/${P}-src.zip
+ mirror://sourceforge/fte/${P}-common.zip"
HOMEPAGE="http://fte.sourceforge.net"
RDEPEND=">=sys-libs/ncurses-5.2
@@ -49,11 +49,9 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-gentoo.diff
- cp src/fte-unix.mak src/fte-unix.mak.orig
-
- sed -e "s:@targets@:${TARGETS}:" \
+ sed -i -e "s:@targets@:${TARGETS}:" \
-e "s:@cflags@:${CFLAGS}:" \
- src/fte-unix.mak.orig > src/fte-unix.mak
+ src/fte-unix.mak
}
src_compile() {