summaryrefslogtreecommitdiff
path: root/databases/postgresql72/files/dot.cshrc.in
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:41:33 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:41:33 +0000
commit736c07eca84f449f165541e46eddc237f47d8d88 (patch)
tree003653e94af45fa4426d2a862891990bb3bcc07f /databases/postgresql72/files/dot.cshrc.in
parentSplit the postgresql ports into a server and a client part. Hence, (diff)
The PostgreSQL version 7.2 is removed, since 7.2 branch is retired.
PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
Diffstat (limited to 'databases/postgresql72/files/dot.cshrc.in')
-rw-r--r--databases/postgresql72/files/dot.cshrc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/postgresql72/files/dot.cshrc.in b/databases/postgresql72/files/dot.cshrc.in
deleted file mode 100644
index 724212c70b23..000000000000
--- a/databases/postgresql72/files/dot.cshrc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-set path = ( %%PREFIX%%/bin $path )
-
-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