summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 02:33:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 02:33:48 +0000
commit1251f5a52a5e09c14647d6aca0503b6f6476d205 (patch)
tree8b299d5880e820de716d8ae3487886398a3bdecd /dev-lang/open-cobol
parentstrip-flags into src_compile; don't assign default to S; header fix (Manifest... (diff)
downloadgentoo-2-1251f5a52a5e09c14647d6aca0503b6f6476d205.tar.gz
gentoo-2-1251f5a52a5e09c14647d6aca0503b6f6476d205.tar.bz2
gentoo-2-1251f5a52a5e09c14647d6aca0503b6f6476d205.zip
Don't assign default to S; header fix
Diffstat (limited to 'dev-lang/open-cobol')
-rw-r--r--dev-lang/open-cobol/ChangeLog7
-rw-r--r--dev-lang/open-cobol/open-cobol-0.23.ebuild6
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-lang/open-cobol/ChangeLog b/dev-lang/open-cobol/ChangeLog
index 1b746d627027..827692363528 100644
--- a/dev-lang/open-cobol/ChangeLog
+++ b/dev-lang/open-cobol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/open-cobol
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/ChangeLog,v 1.2 2004/03/02 09:25:00 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/ChangeLog,v 1.3 2004/03/14 02:33:34 mr_bones_ Exp $
+
+ 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> open-cobol-0.23.ebuild:
+ Don't assign default to S; header fix
*open-cobol-0.23 (19 Jun 2003)
diff --git a/dev-lang/open-cobol/open-cobol-0.23.ebuild b/dev-lang/open-cobol/open-cobol-0.23.ebuild
index 6c2e51db0030..b0927c4bf21d 100644
--- a/dev-lang/open-cobol/open-cobol-0.23.ebuild
+++ b/dev-lang/open-cobol/open-cobol-0.23.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-0.23.ebuild,v 1.1 2003/06/19 22:21:24 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-0.23.ebuild,v 1.2 2004/03/14 02:33:34 mr_bones_ Exp $
DESCRIPTION="an open-source COBOL compiler"
HOMEPAGE="http://www.open-cobol.org/"
@@ -17,8 +17,6 @@ DEPEND="sys-devel/libtool
readline? ( sys-libs/readline )
ncurses? ( >=sys-libs/ncurses-5.2 )"
-S=${WORKDIR}/${P}
-
src_compile() {
econf \