freebsd-ports/textproc/xmldiff/files/patch-xmldiff.pl
Marcus Alves Grando fbf777d1d0 - Change /usr/bin/perl to ${PERL}
- Use xmlprpr instead xmlpp
- Bump PORTREVISION

PR:		93585
Submitted by:	maintainer
2006-02-20 12:54:27 +00:00

17 lines
424 B
Perl

--- 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 ';