svn commit: r349982 - head/devel/qconf
Pawel Pekala
pawel at FreeBSD.org
Thu Apr 3 09:36:55 UTC 2014
Author: pawel
Date: Thu Apr 3 09:36:54 2014
New Revision: 349982
URL: http://svnweb.freebsd.org/changeset/ports/349982
QAT: https://qat.redports.org/buildarchive/r349982/
Log:
- Add staging support
- Convert to USES=tar:bzip2
Modified:
head/devel/qconf/Makefile
Modified: head/devel/qconf/Makefile
==============================================================================
--- head/devel/qconf/Makefile Thu Apr 3 09:11:05 2014 (r349981)
+++ head/devel/qconf/Makefile Thu Apr 3 09:36:54 2014 (r349982)
@@ -9,15 +9,15 @@ MASTER_SITES= http://delta.affinix.com/d
MAINTAINER= ports at FreeBSD.org
COMMENT= Tool to create configure script for qmake-based project
-USE_BZIP2= yes
+USES= tar:bzip2
USE_QT4= corelib xml moc_build qmake_build
HAS_CONFIGURE= yes
QT_NONSTANDARD= yes
+MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}"
CONFIGURE_ARGS= --prefix=${PREFIX} \
--datadir=${DATADIR:S,/qconf,,} \
--qtdir=${QT_PREFIX} \
--verbose
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list