svn commit: r345171 - head/audio/maplay

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 07:52:34 UTC 2014


Author: ehaupt
Date: Thu Feb 20 07:52:34 2014
New Revision: 345171
URL: http://svnweb.freebsd.org/changeset/ports/345171
QAT: https://qat.redports.org/buildarchive/r345171/

Log:
  - Support staging
  - This port does not build with clang

Modified:
  head/audio/maplay/Makefile

Modified: head/audio/maplay/Makefile
==============================================================================
--- head/audio/maplay/Makefile	Thu Feb 20 07:49:43 2014	(r345170)
+++ head/audio/maplay/Makefile	Thu Feb 20 07:52:34 2014	(r345171)
@@ -13,8 +13,9 @@ COMMENT=	MPEG audio player/decoder decod
 
 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>


More information about the svn-ports-all mailing list