Fixed the path to the Perl interpreter for cddb.pl. This allows for bulk

builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
This commit is contained in:
rillig 2006-06-18 11:11:11 +00:00
parent 3a9e0dcc41
commit e1802f0f77

View file

@ -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"