svn commit: r333586 - head/audio/xmms-gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Tue Nov 12 16:10:19 UTC 2013


Author: ehaupt
Date: Tue Nov 12 16:10:18 2013
New Revision: 333586
URL: http://svnweb.freebsd.org/changeset/ports/333586

Log:
  Support staging.

Modified:
  head/audio/xmms-gbsplay/Makefile

Modified: head/audio/xmms-gbsplay/Makefile
==============================================================================
--- head/audio/xmms-gbsplay/Makefile	Tue Nov 12 16:07:24 2013	(r333585)
+++ head/audio/xmms-gbsplay/Makefile	Tue Nov 12 16:10:18 2013	(r333586)
@@ -12,7 +12,6 @@ RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia
 		gbsplay:${PORTSDIR}/audio/gbsplay
 
 USE_GNOME=	glib12
-NO_STAGE=	yes
 USE_GCC=	any
 
 CONFIGURE_ARGS=	--disable-nas
@@ -39,6 +38,8 @@ gbsplay-post-patch:
 		 /^default:/ s|$$(mans)||' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gbsxmms.so ${PREFIX}/lib/xmms/Input
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
+	${INSTALL_PROGRAM} ${WRKSRC}/gbsxmms.so \
+		${STAGEDIR}${PREFIX}/lib/xmms/Input
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list