diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | f605fec2dbee8bc952241c1efb77b14fab314a12 (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /audio/mp3cut | |
parent | 195c6c95e52f95c0427411eff46b821b0e62064c (diff) | |
download | pkgsrc-f605fec2dbee8bc952241c1efb77b14fab314a12.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'audio/mp3cut')
-rw-r--r-- | audio/mp3cut/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mp3cut/Makefile b/audio/mp3cut/Makefile index 9662fb407a7..f74c5926025 100644 --- a/audio/mp3cut/Makefile +++ b/audio/mp3cut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/23 10:39:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/14 12:55:57 joerg Exp $ DISTNAME= mp3cut-1.13 CATEGORIES= audio perl5 @@ -8,6 +8,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~jv/mp3cut/ COMMENT= Tools to concatenate and split MP3 files +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-CDDB-File>=1.05:../../audio/p5-CDDB-File DEPENDS+= p5-MPEG-Audio-Frame>=0.09:../../audio/p5-MPEG-Audio-Frame @@ -16,7 +19,6 @@ USE_TOOLS+= perl:run PERL5_PACKLIST= auto/mp3cut/.packlist INSTALLATION_DIRS+= bin -PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |