From b345761190ed0484cf7adb45e7e11d985229c85c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 11 Apr 2002 04:58:11 +0000 Subject: upgrade to 7.2.1 PR: 36975 Submitted by: maintainer --- databases/postgresql84-server/files/dot.profile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql84-server/files/dot.profile.in') diff --git a/databases/postgresql84-server/files/dot.profile.in b/databases/postgresql84-server/files/dot.profile.in index 4aca6aadd19a..96344d533921 100644 --- a/databases/postgresql84-server/files/dot.profile.in +++ b/databases/postgresql84-server/files/dot.profile.in @@ -1,7 +1,7 @@ # both new and old layout's paths, but new path first... -PATH=%%PREFIX%%/%%PG_PREFIX%%bin:${PATH} +PATH=%%PREFIX%%/bin:${PATH} -PGLIB=%%PREFIX%%/%%PG_PREFIX%%lib +PGLIB=%%PREFIX%%/lib # note: PGDATA can be overridden by the -D startup option PGDATA=${HOME}/data -- cgit v1.2.3