diff options
author | heinz <heinz@pkgsrc.org> | 2007-12-08 22:31:52 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-12-08 22:31:52 +0000 |
commit | 349395d16101375f4440fd3fca17bbc33d163d1b (patch) | |
tree | 3a5d1854abc02adf19720c33a29a5be038706fac /audio | |
parent | 2b295a11ea93f96e662236fdb8889ed36ad3b8d9 (diff) | |
download | pkgsrc-349395d16101375f4440fd3fca17bbc33d163d1b.tar.gz |
The package supports installation to DESTDIR.
No compiler needed.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 3bcb169fd74..051fe7a5b04 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/11/29 15:15:19 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/12/08 22:31:52 heinz Exp $ DISTNAME= MP3-Info-1.23 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MP3-Info/ COMMENT= Manipulate/fetch info from MP3 audio files +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty + PERL5_PACKLIST= auto/MP3/Info/.packlist .include "../../lang/perl5/module.mk" |