freebsd-ports/x11-wm/ion/files/patch-ion-view
Clive Lin ef2eabb24a o New port x11-wm/ion - A window manager with a text-editorish,
keyboard friendly interface.
o portlint
o Fix pkg-plist to handle NOPORTDOCS
o Fix patch-system.mk for 'make reinstall'

This WM is almost keyboard driven. Hit Meta-F1 for help.

PR: 24474
Submitted by: ricci@cs.utah.edu
2001-01-20 21:42:25 +00:00

18 lines
474 B
Text

*** 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