freebsd-ports/x11-wm/ion/files/patch-ion-edit
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

9 lines
266 B
Text

*** scripts/ion-edit.orig Sat Jan 20 01:43:39 2001
--- scripts/ion-edit Sat Jan 20 01:51:17 2001
***************
*** 1,2 ****
#!/bin/sh
! exec run-mailcap --action=edit "$1" > /dev/null
--- 1,2 ----
#!/bin/sh
! exec ion-runinxterm -T $1 $EDITOR "$1" > /dev/null