summaryrefslogtreecommitdiff
path: root/audio/mp3cut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3cut/Makefile')
-rw-r--r--audio/mp3cut/Makefile6
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"