aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql91-server
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2000-07-12 03:03:58 +0800
committerandreas <andreas@FreeBSD.org>2000-07-12 03:03:58 +0800
commitcb9bf4ead8cad4d7c14c30d753c5c67c9dcb104f (patch)
tree2101ae19950850837dd695cb6aba8ba0bfd26cf7 /databases/postgresql91-server
parent31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2 (diff)
downloadfreebsd-ports-gnome-cb9bf4ead8cad4d7c14c30d753c5c67c9dcb104f.tar.gz
freebsd-ports-gnome-cb9bf4ead8cad4d7c14c30d753c5c67c9dcb104f.tar.zst
freebsd-ports-gnome-cb9bf4ead8cad4d7c14c30d753c5c67c9dcb104f.zip
-LDCONFIG_DIRS= %%PREFIX%%/pgsql
+LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r--databases/postgresql91-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 8f37cfe1196e..94aa22cad135 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -29,7 +29,7 @@ BROKEN= doesn\'t build on the alpha yet
Y2K= http://www.postgresql.org/y2k.html
INSTALLS_SHLIB= YES
-LDCONFIG_DIRS= %%PREFIX%%/pgsql
+LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib
# if you want to use the tcl/tk frontend pgaccess, then you need to build
# postgresql with tcl support by typing: make -DWITH_TCL