diff options
Diffstat (limited to 'editors/ed/patches/patch-ab')
-rw-r--r-- | editors/ed/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/ed/patches/patch-ab b/editors/ed/patches/patch-ab new file mode 100644 index 00000000000..aaf62fddf28 --- /dev/null +++ b/editors/ed/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/05/08 01:28:36 reed Exp $ + +--- Makefile.in.orig Fri May 7 17:59:02 2004 ++++ Makefile.in Fri May 7 17:59:29 2004 +@@ -41,7 +41,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = $(exec_prefix)/bin +-infodir = $(prefix)/info ++infodir = $(prefix)/$(INFO_DIR) + mandir = $(prefix)/man/man1 + manext = .1 + |