ports/audio/p5-Net-FreeDB/files/patch-Makefile.PL
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
593 B
Perl

--- Makefile.PL.orig 2014-10-15 18:10:11 UTC
+++ Makefile.PL
@@ -12,6 +12,10 @@ if ($^O =~ /linux/) {
print "OS: $^O, copying XS file: ";
system("cp FreeDB.xs.linux FreeDB.xs") && die "Copying failed\n";
print "1 file copied\n";
+} elsif ($^O =~ /dragonfly/) {
+ print "OS: $^O, copying XS file: ";
+ system("cp FreeDB.xs.linux FreeDB.xs") && die "Copying failed\n";
+ print "1 file copied\n";
} elsif ($^O =~ /MSWin32/) {
print "OS: $^O, copying XS file:";
system("copy FreeDB.xs.win32 FreeDB.xs") && die "Copying failed\n";