svn commit: r317557 - head/audio/audiotag

Baptiste Daroussin bapt at FreeBSD.org
Mon May 6 22:26:27 UTC 2013


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}


More information about the svn-ports-all mailing list