svn commit: r338640 - head/audio/mctoolame-decoder

Antoine Brodin antoine at FreeBSD.org
Sat Jan 4 10:10:23 UTC 2014


Author: antoine
Date: Sat Jan  4 10:10:22 2014
New Revision: 338640
URL: http://svnweb.freebsd.org/changeset/ports/338640

Log:
  Stage support

Modified:
  head/audio/mctoolame-decoder/Makefile

Modified: head/audio/mctoolame-decoder/Makefile
==============================================================================
--- head/audio/mctoolame-decoder/Makefile	Sat Jan  4 10:07:40 2014	(r338639)
+++ head/audio/mctoolame-decoder/Makefile	Sat Jan  4 10:10:22 2014	(r338640)
@@ -13,7 +13,6 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	MPEG Layer II audio decoder with multi-channel support
 
-NO_STAGE=	yes
 USES=		gmake
 ALL_TARGET=	#
 MAKE_ARGS=	CC="${CC}" OPTIM="${CFLAGS}"
@@ -30,10 +29,10 @@ post-patch:
 			${WRKSRC}/musicout.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}/html
-	${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}${PKGNAMESUFFIX}/html
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
+	${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list