diff --git a/audio/mp3cddb/Makefile b/audio/mp3cddb/Makefile index 04b724b11f0..4a0f7984ef0 100644 --- a/audio/mp3cddb/Makefile +++ b/audio/mp3cddb/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2005/02/07 19:01:48 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.19 2007/02/03 07:01:10 steven Exp $ COMMENT= "embedding CDDB information in MP3s" DISTNAME= mp3cddb-0.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio HOMEPAGE= http://drewie.host.sk/mp3cddb/ diff --git a/audio/mp3cddb/patches/patch-mp3cddb b/audio/mp3cddb/patches/patch-mp3cddb new file mode 100644 index 00000000000..a9d14643bb9 --- /dev/null +++ b/audio/mp3cddb/patches/patch-mp3cddb @@ -0,0 +1,12 @@ +$OpenBSD: patch-mp3cddb,v 1.3 2007/02/03 07:01:10 steven Exp $ +--- mp3cddb.orig Sat Feb 3 07:57:24 2007 ++++ mp3cddb Sat Feb 3 07:57:41 2007 +@@ -9,7 +9,7 @@ + + use strict; + use vars qw($dir); +-use MPEG::MP3Info; ++use MP3::Info; + use CDDB; + use File::Basename; + diff --git a/audio/mp3cddb/pkg/MESSAGE b/audio/mp3cddb/pkg/MESSAGE deleted file mode 100644 index 928980b5978..00000000000 --- a/audio/mp3cddb/pkg/MESSAGE +++ /dev/null @@ -1 +0,0 @@ -see ${PREFIX}/share/doc/mp3cddb/readme.txt