1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/tcltls/files/patch-ac

8 lines
299 B
Plaintext
Raw Normal View History

--- pkgIndex.tcl.in Mon May 24 14:51:36 1999
+++ pkgIndex.tcl.in Thu May 4 17:43:01 2000
@@ -1,2 +1,2 @@
-package ifneeded @PACKAGE@ @VERSION@ [list load [file join $dir @LIB_FILE@]]
-
+package ifneeded @PACKAGE@ @VERSION@ "load [file join $dir .. @LIB_FILE@]; \
+ source [file join $dir tls.tcl]"