summaryrefslogtreecommitdiff
path: root/wm/ion/patches/patch-aa
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-04-22 13:32:28 +0000
committerzuntum <zuntum@pkgsrc.org>2001-04-22 13:32:28 +0000
commit2269c81309949f1939ebf56fc8e28a8671e34ea1 (patch)
tree273f628fa407ca0db7138246979a88ad4197c691 /wm/ion/patches/patch-aa
parentf6c3919b37df0669b7fcea3191169cca80c8b02b (diff)
downloadpkgsrc-2269c81309949f1939ebf56fc8e28a8671e34ea1.tar.gz
Initial import of ion-20010314
Ion is a window manager dividing the screen into frames rather than having overlapping windows, much like the windows in Emacs. Navigation between clients can be done solely using the keyboard without need for a mouse. Package provided by Daniel Lundin <daniel@codefactory.se> in pkg/12719
Diffstat (limited to 'wm/ion/patches/patch-aa')
-rw-r--r--wm/ion/patches/patch-aa33
1 files changed, 33 insertions, 0 deletions
diff --git a/wm/ion/patches/patch-aa b/wm/ion/patches/patch-aa
new file mode 100644
index 00000000000..d9a119f6c15
--- /dev/null
+++ b/wm/ion/patches/patch-aa
@@ -0,0 +1,33 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/04/22 13:32:28 zuntum Exp $
+
+--- Makefile.orig Wed Mar 14 17:16:18 2001
++++ Makefile
+@@ -10,7 +10,7 @@
+ SUBDIRS=libtu src
+ INSTALL_SUBDIRS=src
+
+-TARGETS=man/ion.1x
++TARGETS=man/ion.1
+
+ SCRIPTS=scripts/ion-edit scripts/ion-man scripts/ion-runinxterm \
+ scripts/ion-ssh scripts/ion-view
+@@ -27,8 +27,8 @@
+
+ ######################################
+
+-man/ion.1x: man/ion.1x.in
+- sed 's#PREFIX#$(PREFIX)#g' man/ion.1x.in > man/ion.1x
++man/ion.1: man/ion.1x.in
++ sed 's#PREFIX#$(PREFIX)#g' man/ion.1x.in > man/ion.1
+
+ _install:
+ $(INSTALLDIR) $(BINDIR)
+@@ -37,7 +37,7 @@
+ done
+
+ $(INSTALLDIR) $(MANDIR)/man1
+- $(INSTALL) -m $(DATA_MODE) man/ion.1x $(MANDIR)/man1
++ $(INSTALL) -m $(DATA_MODE) man/ion.1 $(MANDIR)/man1
+
+ $(INSTALLDIR) $(DOCDIR)/ion
+ for i in $(DOCS); do \