diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 11:11:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 11:11:11 +0000 |
commit | e17aceeee21927801561a81e27b4bf98b9c8a8d2 (patch) | |
tree | 8e2f50831a48c73f83e7395e3fe700decc588c49 /audio/p5-CDDB_get | |
parent | c5d46e83b610481aae9ecfc15f9c51fb0d60cada (diff) | |
download | pkgsrc-e17aceeee21927801561a81e27b4bf98b9c8a8d2.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/Makefile | 5 |
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" |