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 | e1802f0f772e5f2b1f56ab8bc542b3f9216c64a8 (patch) | |
tree | 8e2f50831a48c73f83e7395e3fe700decc588c49 /audio | |
parent | 3a9e0dcc41b7cd9f0cc25cbf8cca0f7918aa5d6e (diff) | |
download | pkgsrc-e1802f0f772e5f2b1f56ab8bc542b3f9216c64a8.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')
-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" |