From f3f7fc6c27cb40f4056b6c4f24a35fb8f98cad51 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 5 Apr 2014 12:32:48 +0000 Subject: [PATCH] Support stage --- audio/cmus-post.fm/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/audio/cmus-post.fm/Makefile b/audio/cmus-post.fm/Makefile index 163aa604c020..44cc27965d40 100644 --- a/audio/cmus-post.fm/Makefile +++ b/audio/cmus-post.fm/Makefile @@ -13,9 +13,7 @@ COMMENT= Last.fm submitter RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable -USES= shebangfix perl5 -NO_STAGE= yes -USE_BZIP2= yes +USES= shebangfix perl5 tar:bzip2 USE_PERL5= run SUB_FILES= pkg-message NO_BUILD= yes @@ -24,9 +22,8 @@ PLIST_DIRS= %%EXAMPLESDIR%% SHEBANG_FILES= ${PORTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/ - @${INSTALL} -d ${EXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${EXAMPLESDIR}/ - @${CAT} ${PKGMESSAGE} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${EXAMPLESDIR}/ .include