summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2006-12-09 09:57:18 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2006-12-09 09:57:18 +0000
commitd3e47a2a64d09cf4d062b417aa90d3050345099a (patch)
tree1aeea76616a36bceeb6897af1287f1a0f2d169fa /dev-util/ftnchek/ftnchek-3.3.1.ebuild
parentRemoving UNIPATCH_DOCS, as those files are no longer present in the patch-file. (diff)
downloadgentoo-2-d3e47a2a64d09cf4d062b417aa90d3050345099a.tar.gz
gentoo-2-d3e47a2a64d09cf4d062b417aa90d3050345099a.tar.bz2
gentoo-2-d3e47a2a64d09cf4d062b417aa90d3050345099a.zip
s/Makefile/Makefile.in
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-util/ftnchek/ftnchek-3.3.1.ebuild')
-rw-r--r--dev-util/ftnchek/ftnchek-3.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ftnchek/ftnchek-3.3.1.ebuild b/dev-util/ftnchek/ftnchek-3.3.1.ebuild
index 346b230d049e..941871950ba9 100644
--- a/dev-util/ftnchek/ftnchek-3.3.1.ebuild
+++ b/dev-util/ftnchek/ftnchek-3.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.1 2006/12/08 21:11:56 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.2 2006/12/09 09:57:18 masterdriverz Exp $
DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/"
@@ -16,7 +16,7 @@ DEPEND=""
src_unpack() {
unpack "${A}"
cd "${S}"
- sed -i -e 's:-$(STRIP) $(bindir)/ftnchek$(EXE)::' Makefile || die 'sed failed'
+ sed -i -e 's:-$(STRIP) $(bindir)/ftnchek$(EXE)::' Makefile.in || die 'sed failed'
}
src_install() {