1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/tcltls/files/patch-ac
Will Andrews cbc71b2150 Add tcltls, a Tcl interface to OpenSSL.
PR:		18388
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-06-09 03:27:54 +00:00

8 lines
299 B
Plaintext

--- 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]"