diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-07-11 19:03:58 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-07-11 19:03:58 +0000 |
commit | ade3e50d9e9661860cbf0325a838ab8978bccf5a (patch) | |
tree | a7714c2f1fdc46e738fc2dafea3ec80beb7f958b /databases/postgresql83-server | |
parent | Push the FreeBSD version check down to 400021 for tcsh in base system. (diff) |
-LDCONFIG_DIRS= %%PREFIX%%/pgsql
+LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib
Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
Diffstat (limited to 'databases/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index 8f37cfe1196e..94aa22cad135 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-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 |