mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
03e63e3bdb
Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
setenv PGLIB %%PREFIX%%/lib
|
|
|
|
# note: PGDATA can be overridden by the -D startup option
|
|
setenv PGDATA $HOME/data
|
|
|
|
#You might want to set some locale stuff here
|
|
#setenv PGDATESTYLE ISO
|
|
#setenv LC_ALL sv_SE.ISO_8859-1
|
|
|
|
# if you want to make regression tests use this TZ
|
|
#setenv TZ PST8PDT
|