pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/p5-CDDB_get Fixed the path to the Perl interpret...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b94ffe330f5
branches: trunk
changeset: 514822:1b94ffe330f5
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 18 11:11:11 2006 +0000
description:
Fixed the path to the Perl interpreter for cddb.pl. This allows for bulk
builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
diffstat:
audio/p5-CDDB_get/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 5825a7ed6727 -r 1b94ffe330f5 audio/p5-CDDB_get/Makefile
--- a/audio/p5-CDDB_get/Makefile Sun Jun 18 11:07:36 2006 +0000
+++ b/audio/p5-CDDB_get/Makefile Sun Jun 18 11:11:11 2006 +0000
@@ -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 @@
PERL5_PACKLIST= auto/CDDB_get/.packlist
+REPLACE_PERL+= cddb.pl
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index