aboutsummaryrefslogtreecommitdiff
path: root/devel/astah-community
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-06-10 09:08:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2005-06-10 09:08:32 +0000
commite81c2cc67dc896cc4b6e94837c5ac215768fa033 (patch)
treee742a09d6e943153e38e13b9ce9455724c87dbe3 /devel/astah-community
parent69da78cb338f3facbe2e9d7bb57cf444ca70c16c (diff)
downloadports-e81c2cc67dc896cc4b6e94837c5ac215768fa033.tar.gz
ports-e81c2cc67dc896cc4b6e94837c5ac215768fa033.zip
Notes
Diffstat (limited to 'devel/astah-community')
-rw-r--r--devel/astah-community/files/netscape2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/astah-community/files/netscape b/devel/astah-community/files/netscape
index 77997f4e77c1..5e2e3d737cc1 100644
--- a/devel/astah-community/files/netscape
+++ b/devel/astah-community/files/netscape
@@ -1,7 +1,7 @@
#!/bin/sh
# add your favorite browser in the top of the list
-for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera netscape7-english
+for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera
do
type $browser > /dev/null 2>&1 && exec $browser "$@"
done