summaryrefslogtreecommitdiff
path: root/devel/astah-community/files/mozilla
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /devel/astah-community/files/mozilla
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'devel/astah-community/files/mozilla')
-rw-r--r--devel/astah-community/files/mozilla16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/astah-community/files/mozilla b/devel/astah-community/files/mozilla
deleted file mode 100644
index 114bd4f0d7eb..000000000000
--- a/devel/astah-community/files/mozilla
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# eliminate own path from PATH (without this, may cause a inifinite loop)
-PATH=${PATH#$(dirname $0)}
-
-# set your favorite browser to JUDE_BROWSER environmental variable
-for browser in \
-${JUDE_BROWSER} \
-firefox-devel linux-firefox-devel \
-firefox3 \
-firefox linux-firefox \
-seamonkey-devel linux-seamonkey-devel seamonkey linux-seamonkey \
-opera-devel opera linux-opera
-do
- type $browser > /dev/null 2>&1 && exec $browser "$@"
-done