diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 07:52:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 07:52:34 +0000 |
commit | bf72e49f123b00faf95262810bdd34745504b542 (patch) | |
tree | 8151cce57b9be17b26bed38f3d037493077b57fb /audio/maplay | |
parent | 5f5efa56ce0478c0a40e5deb115177649abb8cd2 (diff) |
Notes
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index c6d2734c003b..7bf7db0d1be7 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -13,8 +13,9 @@ COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams LICENSE= GPLv2 +USE_GCC= yes + NO_WRKSUBDIR= yes -NO_STAGE= yes PLIST_FILES= bin/maplay PORTDOCS= README @@ -28,10 +29,8 @@ post-patch: ${WRKSRC}/configuration.sh do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |