From bfb9f8e6c93b2c638014779f1429d726c35e4e69 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 21 Apr 2001 11:34:34 +0000 Subject: Upgrade to 7.1, change to new layout style. PR: ports/26741 Submitted by: maintainer --- databases/postgresql74-server/files/dot.profile.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'databases/postgresql74-server/files/dot.profile.in') diff --git a/databases/postgresql74-server/files/dot.profile.in b/databases/postgresql74-server/files/dot.profile.in index 3d8ca9ac4641..4aca6aadd19a 100644 --- a/databases/postgresql74-server/files/dot.profile.in +++ b/databases/postgresql74-server/files/dot.profile.in @@ -1,10 +1,12 @@ -PATH=${PATH}:%%PREFIX%%/pgsql/bin -PGLIB=%%PREFIX%%/pgsql/lib +# both new and old layout's paths, but new path first... +PATH=%%PREFIX%%/%%PG_PREFIX%%bin:${PATH} + +PGLIB=%%PREFIX%%/%%PG_PREFIX%%lib # note: PGDATA can be overridden by the -D startup option -PGDATA=%%PREFIX%%/pgsql/data +PGDATA=${HOME}/data -export PATH MANPATH PGLIB PGDATA +export PATH PGLIB PGDATA #You might want to set some locale stuff here #PGDATESTYLE=ISO -- cgit v1.2.3