summaryrefslogtreecommitdiff
path: root/japanese/postgresql-tcltk/files/dot.cshrc.in
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-10-19 13:40:37 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-10-19 13:40:37 +0000
commit73760e4490558347840d3662ed2430ffb797be45 (patch)
tree5a72cd3ea87457c845e6d3df4585fa028ac5fe29 /japanese/postgresql-tcltk/files/dot.cshrc.in
parentFreeBSD has still no getpwuid_r() (diff)
Update to slave of databases/postgresql7 after repocopy from
japanese/postgresql7. PR: ports/43433 Submitted by: Saito Tomokatsu <saito@a2z.co.jp>
Notes
Notes: svn path=/head/; revision=68340
Diffstat (limited to 'japanese/postgresql-tcltk/files/dot.cshrc.in')
-rw-r--r--japanese/postgresql-tcltk/files/dot.cshrc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/japanese/postgresql-tcltk/files/dot.cshrc.in b/japanese/postgresql-tcltk/files/dot.cshrc.in
deleted file mode 100644
index a326041bff7b..000000000000
--- a/japanese/postgresql-tcltk/files/dot.cshrc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-set path = ( %%PREFIX%%/%%PG_PREFIX%%bin $path )
-
-setenv PGLIB %%PREFIX%%/%%PG_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