svn commit: r350391 - head/audio/gmidimonitor

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 6 17:45:01 UTC 2014


Author: bapt
Date: Sun Apr  6 17:45:00 2014
New Revision: 350391
URL: http://svnweb.freebsd.org/changeset/ports/350391
QAT: https://qat.redports.org/buildarchive/r350391/

Log:
  Support stage

Modified:
  head/audio/gmidimonitor/Makefile

Modified: head/audio/gmidimonitor/Makefile
==============================================================================
--- head/audio/gmidimonitor/Makefile	Sun Apr  6 17:42:42 2014	(r350390)
+++ head/audio/gmidimonitor/Makefile	Sun Apr  6 17:45:00 2014	(r350391)
@@ -13,9 +13,7 @@ COMMENT=	GTK+ application that shows MID
 LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack \
 		liblash.so:${PORTSDIR}/audio/lash
 
-USES=		pkgconfig
-NO_STAGE=	yes
-USE_BZIP2=	yes
+USES=		pkgconfig tar:bzip2
 USE_GNOME=	gtk20 libglade2
 
 LICENSE=	GPLv2
@@ -33,6 +31,6 @@ do-build:
 	@(cd ${WRKSRC} && ./waf ${MAKE_JOBS_ARGS})
 
 do-install:
-	@(cd ${WRKSRC} && ./waf install)
+	@(cd ${WRKSRC} && ./waf --destdir=${STAGEDIR} install)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list