aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/dot.profile.in
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:34:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:34:34 +0000
commitbfb9f8e6c93b2c638014779f1429d726c35e4e69 (patch)
tree93cdf5d5b46d48a1b57091ae3f53e526c137eda6 /databases/postgresql92-server/files/dot.profile.in
parentfe7ab376bb5522f715b6443c79fa7bd0fa2d3b03 (diff)
downloadports-bfb9f8e6c93b2c638014779f1429d726c35e4e69.tar.gz
ports-bfb9f8e6c93b2c638014779f1429d726c35e4e69.zip
Upgrade to 7.1, change to new layout style.
PR: ports/26741 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=41758
Diffstat (limited to 'databases/postgresql92-server/files/dot.profile.in')
-rw-r--r--databases/postgresql92-server/files/dot.profile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/postgresql92-server/files/dot.profile.in b/databases/postgresql92-server/files/dot.profile.in
index 3d8ca9ac4641..4aca6aadd19a 100644
--- a/databases/postgresql92-server/files/dot.profile.in
+++ b/databases/postgresql92-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