openbsd-ports/devel/itcl/patches/patch-pkgIndex_tcl_in
sebastia 2240f32ac8 Update to new Tcl layout.
While there, take MAINTAINER, since the old one is not reachable with this address anymore.

OK landry@, stu@
2011-01-05 18:55:31 +00:00

8 lines
342 B
Plaintext

--- pkgIndex.tcl.in.orig Thu Jul 20 18:25:18 2006
+++ pkgIndex.tcl.in Thu Jul 20 18:25:28 2006
@@ -1,3 +1,3 @@
# Tcl package index file, version 1.0
-package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itcl]
+package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir ../.. "@PKG_LIB_FILE@"] Itcl]