svn commit: r337246 - head/audio/mp3check

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 23 14:02:03 UTC 2013


Author: amdmi3
Date: Mon Dec 23 14:02:02 2013
New Revision: 337246
URL: http://svnweb.freebsd.org/changeset/ports/337246

Log:
  - Support staging

Modified:
  head/audio/mp3check/Makefile

Modified: head/audio/mp3check/Makefile
==============================================================================
--- head/audio/mp3check/Makefile	Mon Dec 23 13:59:27 2013	(r337245)
+++ head/audio/mp3check/Makefile	Mon Dec 23 14:02:02 2013	(r337246)
@@ -5,7 +5,7 @@ PORTNAME=	mp3check
 PORTVERSION=	1.6
 CATEGORIES=	audio
 MASTER_SITES=	http://www.icculus.org/mp3check/
-EXTRACT_SUFX=
+EXTRACT_SUFX=	# empty
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool for checking and fixing MP3 archive inconsistencies
@@ -14,7 +14,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/id3tool:${
 		${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check
 
 USES=		shebangfix perl5
-NO_STAGE=	yes
 USE_PERL5=	run
 NO_WRKSUBDIR=	yes
 EXTRACT_CMD=	${CP}
@@ -25,6 +24,6 @@ PLIST_FILES=	bin/mp3check
 SHEBANG_FILES=	${DISTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/mp3check
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/mp3check
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list