ports/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

10 lines
228 B
Perl

--- Makefile.PL.orig 2009-06-11 18:26:48 UTC
+++ Makefile.PL
@@ -9,7 +9,6 @@ requires => 'XML::Parser';
build_requires => 'Test';
build_requires => 'IO::File';
-auto_set_repository;
auto_manifest;
auto_install;
WriteAll;