svn commit: r350225 - head/audio/cmus-post.fm

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 5 14:13:01 UTC 2014


Author: bapt
Date: Sat Apr  5 12:32:48 2014
New Revision: 350225
URL: http://svnweb.freebsd.org/changeset/ports/350225
QAT: https://qat.redports.org/buildarchive/r350225/

Log:
  Support stage

Modified:
  head/audio/cmus-post.fm/Makefile

Modified: head/audio/cmus-post.fm/Makefile
==============================================================================
--- head/audio/cmus-post.fm/Makefile	Sat Apr  5 12:31:31 2014	(r350224)
+++ head/audio/cmus-post.fm/Makefile	Sat Apr  5 12:32:48 2014	(r350225)
@@ -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 <bsd.port.mk>


More information about the svn-ports-all mailing list