diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:20:40 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:20:40 +0000 |
commit | 09fbe63e41f810c159e5f0306616ea74c102b1f3 (patch) | |
tree | e2bbbb278d462f7fa902666a41ce67dcdde22596 /dev-tcltk/tclxml/tclxml-2.4.ebuild | |
parent | header fix (diff) | |
download | historical-09fbe63e41f810c159e5f0306616ea74c102b1f3.tar.gz historical-09fbe63e41f810c159e5f0306616ea74c102b1f3.tar.bz2 historical-09fbe63e41f810c159e5f0306616ea74c102b1f3.zip |
header fix
Diffstat (limited to 'dev-tcltk/tclxml/tclxml-2.4.ebuild')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild index bba02aea88f2..b4b6b3410f76 100644 --- a/dev-tcltk/tclxml/tclxml-2.4.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 2003 Arcady Genkin <agenkin@gentoo.org> +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.5 2003/09/06 23:49:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.6 2003/09/29 21:19:15 mholzer Exp $ DESCRIPTION="Pure Tcl implementation of an XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -17,8 +17,7 @@ src_compile() { make || die # Need to hack the config script. - sed 's:NONE:/usr:' < TclxmlConfig.sh > TclxmlConfig.sh.hacked - mv TclxmlConfig.sh.hacked TclxmlConfig.sh + sed 's:NONE:/usr:' TclxmlConfig.sh } src_install() { |