Index: head/audio/mp3riot/Makefile =================================================================== --- head/audio/mp3riot/Makefile (revision 375194) +++ head/audio/mp3riot/Makefile (revision 375195) @@ -1,30 +1,32 @@ # Created by: Francisco Gomez # $FreeBSD$ PORTNAME= mp3riot PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.linuxsecure.de/f2html/ MAINTAINER= ports@FreeBSD.org 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 PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat PLIST_FILES= bin/mp3riot OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} .for item in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${item} ${STAGEDIR}${DOCSDIR} .endfor .include