summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-08 22:10:41 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-08 22:10:41 +0000
commit8c18536aac7267721d962134257f57177fd8d622 (patch)
tree2cdb06a1d3b42737f0adb26021a1c588f23c204c /x11/rxvt-devel/files
parentFixup version required comment after upgrade. (diff)
Update to version 2.6.0.
PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19321
Diffstat (limited to 'x11/rxvt-devel/files')
-rw-r--r--x11/rxvt-devel/files/patch-aa8
-rw-r--r--x11/rxvt-devel/files/patch-ac14
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/rxvt-devel/files/patch-aa b/x11/rxvt-devel/files/patch-aa
index 4bff8943c4a6..eb613fa36fe3 100644
--- a/x11/rxvt-devel/files/patch-aa
+++ b/x11/rxvt-devel/files/patch-aa
@@ -1,10 +1,10 @@
---- Makefile.in.orig Mon Apr 20 00:24:12 1998
-+++ Makefile.in Sun Oct 4 22:13:09 1998
-@@ -9,6 +9,7 @@
+--- Makefile.in.orig Sun Mar 28 21:31:37 1999
++++ Makefile.in Tue Jun 8 11:07:52 1999
+@@ -10,6 +10,7 @@
dummy:
subdirs = src doc rclock src/graphics
+subdirs = src doc # rclock src/graphics
- DIST = INSTALL configure Makefile Makefile.in
+ DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
diff --git a/x11/rxvt-devel/files/patch-ac b/x11/rxvt-devel/files/patch-ac
index f62f9a27bbad..f8d932d23e78 100644
--- a/x11/rxvt-devel/files/patch-ac
+++ b/x11/rxvt-devel/files/patch-ac
@@ -1,13 +1,13 @@
---- doc/Makefile.in.orig Wed Nov 18 01:20:14 1998
-+++ doc/Makefile.in Sun Jan 10 18:54:05 1999
-@@ -63,8 +63,8 @@
+--- doc/Makefile.in.orig Tue Jun 8 02:53:55 1999
++++ doc/Makefile.in Tue Jun 8 11:12:40 1999
+@@ -66,8 +66,8 @@
rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
yodl2man -orxvt.tbl yodl/rxvt.yo
--rxvt.1: rxvt.tbl
-- tbl rxvt.tbl > $@
-+#rxvt.1: rxvt.tbl
-+# tbl rxvt.tbl > $@
+-rxvt.1: rxvt.tbl Makefile
+- @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
++#rxvt.1: rxvt.tbl Makefile
++# @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
yodl2html -o$@ yodl/rxvt.yo