mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a348e709cc
PR: 23371 Submitted by: maintainer
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
PATH=${PATH}:%%PREFIX%%/pgsql/bin
|
|
PGLIB=%%PREFIX%%/pgsql/lib
|
|
|
|
# note: PGDATA overwrites the -D startup option
|
|
PGDATA=%%PREFIX%%/pgsql/data
|
|
|
|
export PATH MANPATH PGLIB PGDATA
|
|
|
|
#You might want to set some locale stuff here
|
|
#PGDATESTYLE=ISO
|
|
#LC_ALL=sv_SE.ISO_88591-1
|
|
#export PGDATESTYLE LC_ALL
|
|
|
|
# if you want to make regression tests use this TZ
|
|
#TZ=PST8PDT
|
|
#export TZ
|