Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 21:34:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375195 - head/audio/mp3riot
Message-ID:  <201412212134.sBLLY4dw077838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 21 21:34:03 2014
New Revision: 375195
URL: https://svnweb.freebsd.org/changeset/ports/375195
QAT: https://qat.redports.org/buildarchive/r375195/

Log:
  Shebangfix

Modified:
  head/audio/mp3riot/Makefile

Modified: head/audio/mp3riot/Makefile
==============================================================================
--- head/audio/mp3riot/Makefile	Sun Dec 21 21:27:29 2014	(r375194)
+++ head/audio/mp3riot/Makefile	Sun Dec 21 21:34:03 2014	(r375195)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mp3riot
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.linuxsecure.de/f2html/
 
@@ -11,7 +12,8 @@ COMMENT=	Mp3riot creates mp3 playlists, 
 
 RUN_DEPENDS=	p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
 
-USES=		perl5 zip
+USES=		perl5 shebangfix zip
+SHEBANG_FILES=	mp3riot
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412212134.sBLLY4dw077838>