diff options
Diffstat (limited to 'databases/pgaccess/files/patch-aa')
-rw-r--r-- | databases/pgaccess/files/patch-aa | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/databases/pgaccess/files/patch-aa b/databases/pgaccess/files/patch-aa index 565665a0d7ec..881ec4c85530 100644 --- a/databases/pgaccess/files/patch-aa +++ b/databases/pgaccess/files/patch-aa @@ -1,8 +1,12 @@ ---- pgaccess.tcl.orig Sun Oct 12 14:45:16 1997 -+++ pgaccess.tcl Sun Oct 12 14:45:25 1997 -@@ -1,4 +1,4 @@ --#!/usr/bin/wish -+#! /usr/local/bin/wish8.0 - ############################################################################# - # Visual Tcl v1.10 Project - # +--- pgaccess.orig Sun Sep 19 23:43:12 1999 ++++ pgaccess Sun Sep 19 23:43:18 1999 +@@ -1,7 +1,7 @@ + #!/bin/sh + +-PATH_TO_WISH=/usr/bin/wish +-PGACCESS_HOME=/usr/local/pgaccess ++PATH_TO_WISH=!!LOCALBASE!!/bin/wish8.0 ++PGACCESS_HOME=!!PREFIX!!/share/pgaccess + + export PATH_TO_WISH + export PGACCESS_HOME |