svn commit: r354868 - head/audio/mp3burn

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 22 16:21:13 UTC 2014


Author: vanilla
Date: Thu May 22 16:21:12 2014
New Revision: 354868
URL: http://svnweb.freebsd.org/changeset/ports/354868
QAT: https://qat.redports.org/buildarchive/r354868/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/audio/mp3burn/Makefile

Modified: head/audio/mp3burn/Makefile
==============================================================================
--- head/audio/mp3burn/Makefile	Thu May 22 16:17:24 2014	(r354867)
+++ head/audio/mp3burn/Makefile	Thu May 22 16:21:12 2014	(r354868)
@@ -19,9 +19,7 @@ RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mp
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_BZIP2=	yes
-NO_STAGE=	yes
-USES=		perl5
+USES=		perl5 tar:bzip2
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/mp3burn
@@ -33,6 +31,6 @@ post-patch:
 		-e 's|" -pad -audio"|" -tao -pad -audio"|' ${WRKSRC}/${PORTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list