diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-20 21:42:25 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-20 21:42:25 +0000 |
commit | ef2eabb24aa176f7d25969466d2448c5204fc108 (patch) | |
tree | 951e555a0ce8a29dd0ba6326a313f6b95a7f502b /x11-wm/ion-2/files/patch-ion-edit | |
parent | Upgrade to 1.9 (diff) |
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
Notes
Notes:
svn path=/head/; revision=37378
Diffstat (limited to 'x11-wm/ion-2/files/patch-ion-edit')
-rw-r--r-- | x11-wm/ion-2/files/patch-ion-edit | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/ion-2/files/patch-ion-edit b/x11-wm/ion-2/files/patch-ion-edit new file mode 100644 index 000000000000..b1313ff1a951 --- /dev/null +++ b/x11-wm/ion-2/files/patch-ion-edit @@ -0,0 +1,9 @@ +*** 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 |