svn commit: r354870 - head/audio/shairport

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 22 16:32:18 UTC 2014


Author: vanilla
Date: Thu May 22 16:32:17 2014
New Revision: 354870
URL: http://svnweb.freebsd.org/changeset/ports/354870
QAT: https://qat.redports.org/buildarchive/r354870/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/audio/shairport/Makefile

Modified: head/audio/shairport/Makefile
==============================================================================
--- head/audio/shairport/Makefile	Thu May 22 16:25:46 2014	(r354869)
+++ head/audio/shairport/Makefile	Thu May 22 16:32:17 2014	(r354870)
@@ -21,7 +21,6 @@ RUN_DEPENDS=	p5-MIME-Base64>=0:${PORTSDI
 		avahi-publish-service:${PORTSDIR}/net/avahi-app
 
 USES=		gmake perl5 pkgconfig
-NO_STAGE=	yes
 USE_PERL5=	run
 USE_OPENSSL=	yes
 
@@ -44,18 +43,15 @@ post-patch:
 		${WRKSRC}/shairport.c ${WRKSRC}/shairport.pl
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
 .for file in ${PORTNAME} hairtunes
-	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
-	${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} -p ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list