Date: Thu, 20 Feb 2014 07:52:34 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345171 - head/audio/maplay Message-ID: <201402200752.s1K7qYBJ028761@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402200752.s1K7qYBJ028761>