diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 06:31:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 06:31:06 +0000 |
commit | 5c04099ede042bfdf57132960bdd7ed0c67494a3 (patch) | |
tree | 1aee44d367d29ab7827a2e97a4ac08972d30292e /audio/pacpl | |
parent | af8e446837731592da4ab89348c370f8708986bc (diff) | |
download | ports-5c04099ede042bfdf57132960bdd7ed0c67494a3.tar.gz ports-5c04099ede042bfdf57132960bdd7ed0c67494a3.zip |
Notes
Diffstat (limited to 'audio/pacpl')
-rw-r--r-- | audio/pacpl/Makefile | 5 | ||||
-rw-r--r-- | audio/pacpl/pkg-descr | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 6cd856c1d9b0..e3558ec2f743 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -3,13 +3,14 @@ PORTNAME= pacpl PORTVERSION= 4.0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= perl@FreeBSD.org COMMENT= Perl Audio Converter +USES= shebangfix USE_PERL5_BUILD=yes USE_PERL5_RUN= yes ONLY_FOR_ARCHS= i386 amd64 @@ -51,6 +52,8 @@ MORELANGS_DESC= Enable Additional language support MAN1= pacpl.1 PACPL_PO= en_US.po +SHEBANG_FILES= pacpl plugins/amarok/pacx + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKDE4} diff --git a/audio/pacpl/pkg-descr b/audio/pacpl/pkg-descr index 2806ef65932e..c8b3e77e3b1b 100644 --- a/audio/pacpl/pkg-descr +++ b/audio/pacpl/pkg-descr @@ -9,5 +9,4 @@ CD ripping function with CDDB support, batch and playlist conversion, tag preservation for most supported formats, independent tag reading/ writing, and extensions for Konqueror and Amarok are also provided. -Author: Philip Lyons <viiron@gmail.com> WWW: http://pacpl.sourceforge.net/ |