diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-11 04:58:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-11 04:58:11 +0000 |
commit | b345761190ed0484cf7adb45e7e11d985229c85c (patch) | |
tree | 2c7f116960dbf41f955c5ffafdefdd4669cba10d /databases/postgresql73/files/dot.profile.in | |
parent | Fix 'expr' usage and allow to compile with GCC 3.1. (diff) |
upgrade to 7.2.1
PR: 36975
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57555
Diffstat (limited to 'databases/postgresql73/files/dot.profile.in')
-rw-r--r-- | databases/postgresql73/files/dot.profile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/files/dot.profile.in b/databases/postgresql73/files/dot.profile.in index 4aca6aadd19a..96344d533921 100644 --- a/databases/postgresql73/files/dot.profile.in +++ b/databases/postgresql73/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 |