diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:34:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:34:03 +0000 |
commit | 2dd1b645d08007d4995bdf482a03a600a449ef62 (patch) | |
tree | b1651bf306dfac4fcdd6a4e07d370e8731c8f48c /audio | |
parent | 5e708861c2fcfc6ff4efe09b10e3a332452929b0 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3riot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index 74a951e1b724..b4efe4d46e6a 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -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, HTML files, etc 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 |