svn commit: r333744 - head/audio/xmms-mad

Emanuel Haupt ehaupt at FreeBSD.org
Thu Nov 14 09:37:37 UTC 2013


Author: ehaupt
Date: Thu Nov 14 09:37:36 2013
New Revision: 333744
URL: http://svnweb.freebsd.org/changeset/ports/333744

Log:
  Support staging.

Modified:
  head/audio/xmms-mad/Makefile

Modified: head/audio/xmms-mad/Makefile
==============================================================================
--- head/audio/xmms-mad/Makefile	Thu Nov 14 09:36:08 2013	(r333743)
+++ head/audio/xmms-mad/Makefile	Thu Nov 14 09:37:36 2013	(r333744)
@@ -14,7 +14,6 @@ LIB_DEPENDS=	mad:${PORTSDIR}/audio/libma
 		xmms:${PORTSDIR}/multimedia/xmms
 
 USES=		gmake pkgconfig
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
@@ -25,7 +24,8 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
 	${INSTALL_DATA} ${WRKSRC}/src/.libs/libxmmsmad.so \
-		${PREFIX}/lib/xmms/Input
+		${STAGEDIR}${PREFIX}/lib/xmms/Input
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list