diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:26:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:26:06 +0000 |
commit | 49bf36d52771ccccdeacb84f6e4f3406a8814618 (patch) | |
tree | bc69c025c1ff53d7dce410b1f29dea3232181f67 /audio/mp3riot | |
parent | 0b5b09713e8ecc1ea80101553be41f5e7f4fbd2a (diff) | |
download | ports-49bf36d52771ccccdeacb84f6e4f3406a8814618.tar.gz ports-49bf36d52771ccccdeacb84f6e4f3406a8814618.zip |
Notes
Diffstat (limited to 'audio/mp3riot')
-rw-r--r-- | audio/mp3riot/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index d7a32bcff74f..c12c28881c41 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -12,7 +12,6 @@ COMMENT= Mp3riot creates mp3 playlists, HTML files, etc RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info USES= perl5 -NO_STAGE= yes USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -20,15 +19,11 @@ NO_WRKSUBDIR= yes PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat PLIST_FILES= bin/mp3riot -.include <bsd.port.pre.mk> - do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for item in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${item} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${item} ${STAGEDIR}${DOCSDIR} .endfor -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |