summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt/patches/patch-ab')
-rw-r--r--x11/rxvt/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab
deleted file mode 100644
index 70dd53b6d57..00000000000
--- a/x11/rxvt/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2000/08/30 00:01:05 wiz Exp $
-
---- doc/Makefile.in.orig Sun Mar 12 06:26:26 2000
-+++ doc/Makefile.in Mon May 8 05:11:35 2000
-@@ -38,7 +38,10 @@
-
- #-------------------------------------------------------------------------
-
--all: rxvt.1
-+all:
-+ # nada
-+
-+oldall: rxvt.1
-
- rxvt.1: rxvt.tbl Makefile
- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi