mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
17 lines
484 B
Text
17 lines
484 B
Text
--- pgaccess.tcl.orig Sun Oct 5 00:47:27 1997
|
|
+++ pgaccess.tcl Sun Oct 5 01:15:05 1997
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/wish
|
|
+#! /usr/local/bin/wish8.0
|
|
#############################################################################
|
|
# Visual Tcl v1.10 Project
|
|
#
|
|
@@ -1465,7 +1465,7 @@
|
|
|
|
proc main {argc argv} {
|
|
global pref newdbname newpport newhost
|
|
-load libpgtcl.so
|
|
+load /usr/local/pgsql/lib/libpgtcl.so.1
|
|
catch {draw_tabs}
|
|
load_pref
|
|
if {$pref(autoload) && ($pref(lastdb)!="")} {
|