summaryrefslogtreecommitdiff
path: root/audio/p5-CDDB_get
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-18 11:11:11 +0000
committerrillig <rillig>2006-06-18 11:11:11 +0000
commitae6bf4a50ded0e3afef61a91e09e0ec614c2aa1a (patch)
tree8e2f50831a48c73f83e7395e3fe700decc588c49 /audio/p5-CDDB_get
parentae1690947aea1d85608beef82964242f5e0ba06d (diff)
downloadpkgsrc-ae6bf4a50ded0e3afef61a91e09e0ec614c2aa1a.tar.gz
Fixed the path to the Perl interpreter for cddb.pl. This allows for bulk
builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
Diffstat (limited to 'audio/p5-CDDB_get')
-rw-r--r--audio/p5-CDDB_get/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/p5-CDDB_get/Makefile b/audio/p5-CDDB_get/Makefile
index edacc51ac4b..03b8f1d6b56 100644
--- a/audio/p5-CDDB_get/Makefile
+++ b/audio/p5-CDDB_get/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:57 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/18 11:11:11 rillig Exp $
#
DISTNAME= CDDB_get-2.25
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/F/FO/FONKIE/}
@@ -14,5 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/CDDB_get/.packlist
+REPLACE_PERL+= cddb.pl
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"