diff options
Diffstat (limited to 'misc/reed/patches/patch-aa')
-rw-r--r-- | misc/reed/patches/patch-aa | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/reed/patches/patch-aa b/misc/reed/patches/patch-aa index b5c589dc878..3b74b69b5a5 100644 --- a/misc/reed/patches/patch-aa +++ b/misc/reed/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/09/02 20:13:28 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2002/11/09 13:37:20 wiz Exp $ ---- man/reed.1.orig Fri Dec 1 01:26:02 2000 -+++ man/reed.1 -@@ -106,7 +106,7 @@ - .IP r - Clear and redraw the screen. - .IP v --Start a text editor opened to the current file. Reed first tried $EDITOR, -+Start a text editor opened to the current file. Reed first tries $EDITOR, - then $VISUAL, and defaults to /bin/ed. - .IP :n - Go to the next buffer in the file list. +--- configures.orig Sat Nov 9 01:59:08 2002 ++++ configures +@@ -5,7 +5,7 @@ + NF="true" # Do not force install ('not force') + PREFIX="/usr/local" + +-OPTS=`getopt -n configure -o v,p:,h,f,b:,l:,m:,d: --longoptions=prefix:,version,help,force,bindir:,libdir:,moddir:,headdir: -- $@` ++OPTS=`getopt vp:hfb:l:m:d: $@` + if [ $? != 0 ] ; then exit 1; fi + eval set -- "$OPTS" + |