894e5a9bf9
include: * Completely redesigned interface, brighter and full of helpful icons and better widgets. * Connect to multiple databases on different hosts in one instance of the program. Forms, Reports, Queries, Scripts, and Diagrams can be copied between clusters. * Syntax highlighting. * Forms took a leap, with a snappy grid, more widgets, more fonts, more colors, simpler data source connection, tab order modification, and a removal of the 8k barrier. * The PgMonitor program was pulled under the umbrella, and can be run as a plugin from the main window menu.
16 lines
378 B
Text
16 lines
378 B
Text
$NetBSD: patch-aa,v 1.2 2003/01/11 23:04:12 jlam Exp $
|
|
|
|
--- Makefile.orig Wed Aug 28 09:11:22 2002
|
|
+++ Makefile
|
|
@@ -7,9 +7,8 @@
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
-bindir = /usr/bin/X11
|
|
-libdir = /usr/lib/pgaccess
|
|
-wish = /usr/bin/wish
|
|
+bindir = ${PREFIX}/bin
|
|
+libdir = ${PREFIX}/lib/pgaccess
|
|
|
|
pgaccess:
|
|
chmod a+x pgaccess.tcl
|