summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 22:26:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 22:26:26 +0000
commitc3fcab640f23fff4e82a63fa527e75cc7c1d8e3a (patch)
treee116939da3caffa1a6ad7528c5c83f42839ebc5f /audio
parentConvert to use the new shebangfix uses (diff)
Use shebangfix
Notes
Notes: svn path=/head/; revision=317557
Diffstat (limited to 'audio')
-rw-r--r--audio/audiotag/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/audiotag/Makefile b/audio/audiotag/Makefile
index deebc9d9e88b..b3e91f9c2396 100644
--- a/audio/audiotag/Makefile
+++ b/audio/audiotag/Makefile
@@ -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}