diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 07:06:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 07:06:29 +0000 |
commit | 20647ee8ea400f5ed68739b2baeaa105aa2a4a53 (patch) | |
tree | c9ecb4779fd47d1afdd51eb7a35cdabf56bca256 /x11-wm/ion3/files/patch-ion-view | |
parent | BROKEN on amd64: Needs to link against shared librarie (diff) |
After repocopy from x11-wm/ion, add ion-2, a tiling tabbed window manager
designed with keyboard users in mind. This is the second incarnation.
PR: ports/62486, ports/67103
Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>,
Andrey Slusar <vasallia@ukr.net>
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=110363
Diffstat (limited to 'x11-wm/ion3/files/patch-ion-view')
-rw-r--r-- | x11-wm/ion3/files/patch-ion-view | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/ion3/files/patch-ion-view b/x11-wm/ion3/files/patch-ion-view deleted file mode 100644 index 689e8a514757..000000000000 --- a/x11-wm/ion3/files/patch-ion-view +++ /dev/null @@ -1,18 +0,0 @@ -*** scripts/ion-view.orig Sat Jan 20 01:44:05 2001 ---- scripts/ion-view Sat Jan 20 01:55:39 2001 -*************** -*** 1,7 **** - #!/bin/sh - if echo "$1"|grep -E '^([a-zA-Z]+://|www.)' > /dev/null; then -! exec netscape-remote "$1" - else -! exec run-mailcap --action=view "$1" > /dev/null - fi - ---- 1,7 ---- - #!/bin/sh - if echo "$1"|grep -E '^([a-zA-Z]+://|www.)' > /dev/null; then -! exec netscape "$1" - else -! exec ion-runinxterm -T $1 $EDITOR "$1" > /dev/null - fi |