summaryrefslogtreecommitdiffstats
path: root/tclcheckdns/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 17:20:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 17:20:55 (GMT)
commit2d3a89b9c053af44b045b49728527684aca154a3 (patch)
treef3907a1a360f6c911d15890c8e7c6f0eb75cf93d /tclcheckdns/pkgIndex.tcl.in
parente3c2041f6a84879fee979591bc8a47510cf80f61 (diff)
parent78f907d61539e0f313d070ab1d3524ba6dc043ee (diff)
downloadblt-2d3a89b9c053af44b045b49728527684aca154a3.zip
blt-2d3a89b9c053af44b045b49728527684aca154a3.tar.gz
blt-2d3a89b9c053af44b045b49728527684aca154a3.tar.bz2
Merge commit '78f907d61539e0f313d070ab1d3524ba6dc043ee' as 'tclcheckdns'
Diffstat (limited to 'tclcheckdns/pkgIndex.tcl.in')
-rwxr-xr-xtclcheckdns/pkgIndex.tcl.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tclcheckdns/pkgIndex.tcl.in b/tclcheckdns/pkgIndex.tcl.in
new file mode 100755
index 0000000..d7566b4
--- /dev/null
+++ b/tclcheckdns/pkgIndex.tcl.in
@@ -0,0 +1,5 @@
+#
+# Tcl package index file
+#
+package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]