svn commit: r350586 - head/audio/raul
Pawel Pekala
pawel at FreeBSD.org
Tue Apr 8 08:29:53 UTC 2014
Author: pawel
Date: Tue Apr 8 08:29:52 2014
New Revision: 350586
URL: http://svnweb.freebsd.org/changeset/ports/350586
QAT: https://qat.redports.org/buildarchive/r350586/
Log:
- Add staging support
- Convert USES=tar:bzip2
Modified:
head/audio/raul/Makefile
Modified: head/audio/raul/Makefile
==============================================================================
--- head/audio/raul/Makefile Tue Apr 8 08:11:39 2014 (r350585)
+++ head/audio/raul/Makefile Tue Apr 8 08:29:52 2014 (r350586)
@@ -15,9 +15,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs
-USES= pkgconfig
-NO_STAGE= yes
-USE_BZIP2= yes
+USES= pkgconfig tar:bzip2
USE_GNOME= glib20
USE_PYTHON_BUILD=yes
USE_LDCONFIG= yes
@@ -45,6 +43,7 @@ do-build:
@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build)
do-install:
- @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} install)
+ @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} \
+ --destdir=${STAGEDIR} install)
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list