summaryrefslogtreecommitdiff
path: root/audio/mp3check
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-23 14:02:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-23 14:02:02 +0000
commit834ee0191ee60e27eb63a4a8fe03789ea7499b34 (patch)
treefd30aa83027c5d5b7905e3ebaf4c115cba7af682 /audio/mp3check
parent- Support staging (diff)
- Support staging
Notes
Notes: svn path=/head/; revision=337246
Diffstat (limited to 'audio/mp3check')
-rw-r--r--audio/mp3check/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile
index 88f24918d034..2ac03a5c59a9 100644
--- a/audio/mp3check/Makefile
+++ b/audio/mp3check/Makefile
@@ -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:${PORTSDIR}/audio/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>