summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazazello <gentoo@horizon.ath.cx>2007-04-19 22:29:03 +0000
committerazazello <gentoo@horizon.ath.cx>2007-04-19 22:29:03 +0000
commitc7f887b99c67be08fc86ba11fcadba9021f83f59 (patch)
tree55cd6048a6b003d778226c288bb20dd8d5abc9b3 /sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild
parentsci-biology/tigr-assembler: new package (bug 175282) (diff)
downloadsunrise-c7f887b99c67be08fc86ba11fcadba9021f83f59.tar.gz
sunrise-c7f887b99c67be08fc86ba11fcadba9021f83f59.tar.bz2
sunrise-c7f887b99c67be08fc86ba11fcadba9021f83f59.zip
sci-biology/tigr-assembler: fix typos
svn path=/sunrise/; revision=3486
Diffstat (limited to 'sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild')
-rw-r--r--sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild b/sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild
index 5a8746be6..bc42ce0b6 100644
--- a/sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild
+++ b/sci-biology/tigr-assembler/tigr-assembler-2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-DESCRIPTION="Whole-genome shotgun assembler from TIGR"
+DESCRIPTION="A whole-genome shotgun assembler from TIGR"
HOMEPAGE="http://www.tigr.org/software/assembler/"
SRC_URI="ftp://ftp.tigr.org/pub/software/assembler/TIGR_Assembler_v2.tar.gz"
@@ -17,7 +17,7 @@ RDEPEND=""
S="${WORKDIR}/TIGR_Assembler_v2"
src_compile() {
- sed -i 's/CFLAGS = -O/CFLAGS := -O ${CFLAGS}/' "${S}/src/Makefile"
+ sed -i 's/CFLAGS.*= -O/CFLAGS := -O ${CFLAGS}/' "${S}/src/Makefile" || die "sed failed"
cd "${S}/src"
emake || die "emake failed"
}