Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 14:02:03 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337246 - head/audio/mp3check
Message-ID:  <201312231402.rBNE23U3090234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231402.rBNE23U3090234>