summaryrefslogtreecommitdiff
path: root/textproc/xmldiff/files/patch-xmldiff.pl
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmldiff/files/patch-xmldiff.pl')
-rw-r--r--textproc/xmldiff/files/patch-xmldiff.pl17
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/xmldiff/files/patch-xmldiff.pl b/textproc/xmldiff/files/patch-xmldiff.pl
deleted file mode 100644
index 2a4736aea4ba..000000000000
--- a/textproc/xmldiff/files/patch-xmldiff.pl
+++ /dev/null
@@ -1,17 +0,0 @@
---- xmldiff.pl.orig Sun Oct 9 11:59:04 2005
-+++ xmldiff.pl Sun Oct 9 11:59:37 2005
-@@ -7,12 +7,12 @@
- #
-
- #
--# xmldiff: xmldiff program - uses xmlpp
-+# xmldiff: xmldiff program - uses xmlprpr
- #
-
- #Change this if xmlpp is not in your current path
- #for example: $XMLPP = "./xmlpp";
--$XMLPP = "xmlpp";
-+$XMLPP = "xmlprpr";
-
- # older versions of less don't support -R, consider -r instead
- my $pagerCmd = ' | less -R ';