summaryrefslogtreecommitdiff
path: root/japanese/postgresql-tcltk/files/dot.profile.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.profile.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.profile.in')
-rw-r--r--japanese/postgresql-tcltk/files/dot.profile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/japanese/postgresql-tcltk/files/dot.profile.in b/japanese/postgresql-tcltk/files/dot.profile.in
deleted file mode 100644
index 4aca6aadd19a..000000000000
--- a/japanese/postgresql-tcltk/files/dot.profile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-# both new and old layout's paths, but new path first...
-PATH=%%PREFIX%%/%%PG_PREFIX%%bin:${PATH}
-
-PGLIB=%%PREFIX%%/%%PG_PREFIX%%lib
-
-# note: PGDATA can be overridden by the -D startup option
-PGDATA=${HOME}/data
-
-export PATH PGLIB PGDATA
-
-#You might want to set some locale stuff here
-#PGDATESTYLE=ISO
-#LC_ALL=sv_SE.ISO_8859-1
-#export PGDATESTYLE LC_ALL
-
-# if you want to make regression tests use this TZ
-#TZ=PST8PDT
-#export TZ