svn commit: r344903 - head/audio/xmms-infopipe

Martin Wilke miwi at FreeBSD.org
Tue Feb 18 15:20:03 UTC 2014


Author: miwi
Date: Tue Feb 18 15:20:03 2014
New Revision: 344903
URL: http://svnweb.freebsd.org/changeset/ports/344903
QAT: https://qat.redports.org/buildarchive/r344903/

Log:
  - Stage support

Modified:
  head/audio/xmms-infopipe/Makefile

Modified: head/audio/xmms-infopipe/Makefile
==============================================================================
--- head/audio/xmms-infopipe/Makefile	Tue Feb 18 15:17:01 2014	(r344902)
+++ head/audio/xmms-infopipe/Makefile	Tue Feb 18 15:20:03 2014	(r344903)
@@ -15,7 +15,6 @@ LIB_DEPENDS=	libxmms.so:${PORTSDIR}/mult
 RUN_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
 
 USE_GNOME=	gtk12
-NO_STAGE=	yes
 USES=		gmake
 GNU_CONFIGURE=	yes
 
@@ -29,7 +28,7 @@ post-patch:
 
 do-install:
 	cd ${WRKSRC}/${SRCLIBDIR};\
-	${MKDIR} ${LIBDIR};\
-	${INSTALL_PROGRAM} libinfopipe-1.3.so.1 ${LIBDIR}/libinfopipe.so
+	${MKDIR} ${STAGEDIR}${LIBDIR};\
+	${INSTALL_PROGRAM} libinfopipe-1.3.so.1 ${STAGEDIR}${LIBDIR}/libinfopipe.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list