diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-09-23 22:01:46 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-09-23 22:01:46 +0000 |
commit | 11d66f7e2925d7e407f9077b99ace41e2c1a8c9f (patch) | |
tree | acb9caaaeaa9db03daf3019e1e3fa25fe956ac4d /databases/postgresql-devel/files/dot.cshrc.in | |
parent | The rev 1.109 update also fixed the build problems on 5-CURRENT do to the (diff) |
Adding a development port for PostgreSQL. postgresql-devel will have its
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)
Notes
Notes:
svn path=/head/; revision=67076
Diffstat (limited to '')
-rw-r--r-- | databases/postgresql-devel/files/dot.cshrc.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/postgresql-devel/files/dot.cshrc.in b/databases/postgresql-devel/files/dot.cshrc.in index 724212c70b23..f8e190c1613e 100644 --- a/databases/postgresql-devel/files/dot.cshrc.in +++ b/databases/postgresql-devel/files/dot.cshrc.in @@ -1,13 +1,7 @@ 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 |