aboutsummaryrefslogtreecommitdiff
path: root/graphics/xzgv/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-06-17 18:21:28 +0000
committerSteve Price <steve@FreeBSD.org>2001-06-17 18:21:28 +0000
commit837e7f9d89dbc66502237ebb448d8ac0387a68a6 (patch)
tree936111fb8c1d2f2b2f0a67bbff9b8230baf776a1 /graphics/xzgv/files/patch-aa
parent380620cd4b541761aadc944a85a7c1baad141142 (diff)
Notes
Diffstat (limited to 'graphics/xzgv/files/patch-aa')
-rw-r--r--graphics/xzgv/files/patch-aa9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/xzgv/files/patch-aa b/graphics/xzgv/files/patch-aa
index 0ef061f722cc..83fd9485dff3 100644
--- a/graphics/xzgv/files/patch-aa
+++ b/graphics/xzgv/files/patch-aa
@@ -1,6 +1,5 @@
-diff -urN ../../xzgv-0.6.orig/Makefile ./Makefile
---- ../../xzgv-0.6.orig/Makefile Wed Nov 8 21:52:49 2000
-+++ ./Makefile Sat Nov 11 14:28:52 2000
+--- Makefile.orig Fri Nov 17 13:28:43 2000
++++ Makefile Sat Jun 9 17:03:04 2001
@@ -24,9 +24,9 @@
@@ -18,10 +17,10 @@ diff -urN ../../xzgv-0.6.orig/Makefile ./Makefile
# So the `infowarn' below is mainly to warn me if the info gets
# out of date. :-)
-info: doc/xzgv.gz
-+info: doc/xzgv
++info: doc/xzgv.info
-doc/xzgv.gz: doc/xzgv.texi
-+doc/xzgv: doc/xzgv.texi
++doc/xzgv.info: doc/xzgv.texi
cd doc && $(MAKE) info
# Warn if the info is out of date. This *is* automatically done.