summaryrefslogtreecommitdiffstats
path: root/databases/postgresql-devel/files/dot.profile.in
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-11 04:58:11 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-11 04:58:11 +0000
commitc3a68d9d6f525e7f86df1ced503874d63b40f0ad (patch)
tree034ecd563d5bb5724bc7b2fcfe7921ec7e4fb223 /databases/postgresql-devel/files/dot.profile.in
parent0181ccec23e2aeb5aebd14c621a2536497a650a0 (diff)
downloadFreeBSD-ports-c3a68d9d6f525e7f86df1ced503874d63b40f0ad.zip
FreeBSD-ports-c3a68d9d6f525e7f86df1ced503874d63b40f0ad.tar.gz
upgrade to 7.2.1
PR: 36975 Submitted by: maintainer
Diffstat (limited to 'databases/postgresql-devel/files/dot.profile.in')
-rw-r--r--databases/postgresql-devel/files/dot.profile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-devel/files/dot.profile.in b/databases/postgresql-devel/files/dot.profile.in
index 4aca6aa..96344d5 100644
--- a/databases/postgresql-devel/files/dot.profile.in
+++ b/databases/postgresql-devel/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
OpenPOWER on IntegriCloud