svn commit: r354837 - head/audio/musiccontrol

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 22 13:20:03 UTC 2014


Author: vanilla
Date: Thu May 22 13:20:02 2014
New Revision: 354837
URL: http://svnweb.freebsd.org/changeset/ports/354837
QAT: https://qat.redports.org/buildarchive/r354837/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/audio/musiccontrol/Makefile

Modified: head/audio/musiccontrol/Makefile
==============================================================================
--- head/audio/musiccontrol/Makefile	Thu May 22 13:17:34 2014	(r354836)
+++ head/audio/musiccontrol/Makefile	Thu May 22 13:20:02 2014	(r354837)
@@ -18,16 +18,15 @@ RUN_DEPENDS=	${LOCALBASE}/bin/mpg123:${P
 		${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod
 
 USE_JAVA=	yes
-NO_STAGE=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 PLIST_FILES=	share/java/classes/MusicControl-${PORTVERSION}.jar bin/musiccontrol
 
 do-install:
-	@${MKDIR} ${JAVAJARDIR}
-	${INSTALL_DATA} ${DISTDIR}/MusicControl-${PORTVERSION}.jar ${JAVAJARDIR}/
+	@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${DISTDIR}/MusicControl-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/
 	${SED} 's,%%LOCALBASE%%,${LOCALBASE},g ; s,%%JAVAJARDIR%%,${JAVAJARDIR},g' \
 		${FILESDIR}/musiccontrol > ${WRKDIR}/musiccontrol
-	${INSTALL_SCRIPT} ${WRKDIR}/musiccontrol ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/musiccontrol ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list