ports/audio/p5-CDDB_get/patches/patch-Makefile_PL

11 lines
457 B
Text

--- Makefile.PL.orig Tue Nov 28 21:14:32 2006
+++ Makefile.PL Tue Nov 28 21:15:32 2006
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'CDDB_get',
'VERSION_FROM' => 'CDDB_get.pm', # finds $VERSION
- 'EXE_FILES' => ['cddb.pl'],
+ 'EXE_FILES' => ['cddb'],
'ABSTRACT' => "This module/script gets the CDDB info for an audio cd.",
'AUTHOR' => "Armin Obersteiner <armin at xos dot net>",
# 'PREREQ_PM' => {