Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 15:20:03 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344903 - head/audio/xmms-infopipe
Message-ID:  <201402181520.s1IFK3oi005600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181520.s1IFK3oi005600>