Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 22:26:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317557 - head/audio/audiotag
Message-ID:  <201305062226.r46MQRqL094110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May  6 22:26:26 2013
New Revision: 317557
URL: http://svnweb.freebsd.org/changeset/ports/317557

Log:
  Use shebangfix

Modified:
  head/audio/audiotag/Makefile

Modified: head/audio/audiotag/Makefile
==============================================================================
--- head/audio/audiotag/Makefile	Mon May  6 22:24:39 2013	(r317556)
+++ head/audio/audiotag/Makefile	Mon May  6 22:26:26 2013	(r317557)
@@ -16,12 +16,15 @@ OPTIONS_DEFAULT=	VORBIS ID3 MP4 FLAC
 
 NO_BUILD=	yes
 
+USES=		shebangfix
 USE_BZIP2=	yes
 USE_PERL5_RUN=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	Daenyth
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+SHEBANG_FILES=	audiotag
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MVORBIS}



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