summaryrefslogtreecommitdiff
path: root/graphics/xzgv/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xzgv/files/patch-aa')
-rw-r--r--graphics/xzgv/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/xzgv/files/patch-aa b/graphics/xzgv/files/patch-aa
index bbf50d58a5d6..b89d7f5c47bd 100644
--- a/graphics/xzgv/files/patch-aa
+++ b/graphics/xzgv/files/patch-aa
@@ -72,22 +72,3 @@ diff -ur xzgv-0.5/src/Makefile work/xzgv-0.5/src/Makefile
#
# makeman - make xzgv man page from texinfo file.
# Public domain by Russell Marks.
---- doc/Makefile.orig Mon Nov 22 17:23:34 1999
-+++ doc/Makefile Thu Oct 19 11:36:31 2000
-@@ -27,14 +27,14 @@
- man: xzgv.1
- xzgv.1: xzgv.texi makeman.awk
- @echo 'Making man page from xzgv.texi...'
-- gawk -f makeman.awk <xzgv.texi >xzgv.1
-+ awk -f makeman.awk <xzgv.texi >xzgv.1
-
- installdirs:
- /bin/sh ../mkinstalldirs $(INFODIR) $(MANDIR)
-
- # I think this one's getting just a tiny bit confusing :-}
- ifeq ($(INFO_DIR_UPDATE),no)
--install: installdirs
-+install:
- else
- install: ../src/install-info installdirs
- endif