diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2002-02-25 21:08:40 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2002-02-25 21:08:40 +0000 |
commit | 10af5ec2c9cefda744f69d1c52023905c3fba8ea (patch) | |
tree | bf32a6f2f7ee890817965b81f36abbcf8beb8b2f /databases/grass-i18n/files/patch-src::general::init::init.sh | |
parent | Fix pkg-plist (diff) |
A long overdue update of this port to 5.0.0pre3. Also enable a bunch of
additional functionality like the NVIZ interface and PostgreSQL support.
Submitted by: Andreas Lange <Andreas.Lange@Rhein-Main.de> (in part)
Notes
Notes:
svn path=/head/; revision=55238
Diffstat (limited to 'databases/grass-i18n/files/patch-src::general::init::init.sh')
-rw-r--r-- | databases/grass-i18n/files/patch-src::general::init::init.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/grass-i18n/files/patch-src::general::init::init.sh b/databases/grass-i18n/files/patch-src::general::init::init.sh new file mode 100644 index 000000000000..1dde7a048f01 --- /dev/null +++ b/databases/grass-i18n/files/patch-src::general::init::init.sh @@ -0,0 +1,17 @@ +--- src/general/init/init.sh.orig Tue Feb 12 11:32:40 2002 ++++ src/general/init/init.sh Tue Feb 12 11:32:52 2002 +@@ -76,12 +76,12 @@ + fi + + if [ ! "$GRASS_TCLSH" ] ; then +- GRASS_TCLSH=tclsh ++ GRASS_TCLSH=tclsh8.3 + export GRASS_TCLSH + fi + + if [ ! "$GRASS_WISH" ] ; then +- GRASS_WISH=wish ++ GRASS_WISH=wish8.3 + export GRASS_WISH + fi + |