summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tclxml/tclxml-2.5.ebuild')
-rw-r--r--dev-tcltk/tclxml/tclxml-2.5.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.5.ebuild b/dev-tcltk/tclxml/tclxml-2.5.ebuild
index 99ef7fa8a61e..a8366ec7423b 100644
--- a/dev-tcltk/tclxml/tclxml-2.5.ebuild
+++ b/dev-tcltk/tclxml/tclxml-2.5.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.5.ebuild,v 1.5 2003/09/06 23:49:10 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.5.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/"
@@ -19,8 +19,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 -i 's:NONE:/usr:' TclxmlConfig.sh
}
src_install() {