aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 07:52:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 07:52:34 +0000
commitbf72e49f123b00faf95262810bdd34745504b542 (patch)
tree8151cce57b9be17b26bed38f3d037493077b57fb /audio
parent5f5efa56ce0478c0a40e5deb115177649abb8cd2 (diff)
downloadports-bf72e49f123b00faf95262810bdd34745504b542.tar.gz
ports-bf72e49f123b00faf95262810bdd34745504b542.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/maplay/Makefile11
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>