aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-03 09:36:54 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-03 09:36:54 +0000
commit4168b892e8103e408e4d23afd7adee13f316e7f7 (patch)
treef4a20617b31626f81f40327ef9007cb505e96490
parentb41d4ad517bc97cada0c42b80b5fe74ec2bb3846 (diff)
downloadports-4168b892e8103e408e4d23afd7adee13f316e7f7.tar.gz
ports-4168b892e8103e408e4d23afd7adee13f316e7f7.zip
- Add staging support
- Convert to USES=tar:bzip2
Notes
Notes: svn path=/head/; revision=349982
-rw-r--r--devel/qconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qconf/Makefile b/devel/qconf/Makefile
index 61bfac79143a..7d86f2c4ebdd 100644
--- a/devel/qconf/Makefile
+++ b/devel/qconf/Makefile
@@ -9,15 +9,15 @@ MASTER_SITES= http://delta.affinix.com/download/
MAINTAINER= ports@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>