diff options
author | adamw <adamw@FreeBSD.org> | 2014-01-03 23:26:06 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-01-03 23:26:06 +0800 |
commit | 855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99 (patch) | |
tree | bc69c025c1ff53d7dce410b1f29dea3232181f67 /audio/mp3riot | |
parent | d62f31863259e22aad489e1d7c5e0045037951d4 (diff) | |
download | freebsd-ports-gnome-855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99.tar.gz freebsd-ports-gnome-855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99.tar.zst freebsd-ports-gnome-855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99.zip |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
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> |