11d66f7e29
distfiles periodically updated to track PostgreSQL between major releases. Port is repo copied from databases/postgresql7 and has been updated to 7.3b1. Approved by: portmgr && knu (mentor)
11 lines
283 B
Text
11 lines
283 B
Text
# both new and old layout's paths, but new path first...
|
|
PATH=%%PREFIX%%/bin:${PATH}
|
|
|
|
# note: PGDATA can be overridden by the -D startup option
|
|
PGDATA=${HOME}/data
|
|
|
|
export PATH PGDATA
|
|
|
|
#You might want to set some locale stuff here
|
|
#LC_ALL=sv_SE.ISO_8859-1
|
|
#export PGDATESTYLE LC_ALL
|