diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
commit | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/qprog | |
parent | Fix a fallout in the convertion script (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Notes
Notes:
svn path=/head/; revision=327726
Diffstat (limited to 'devel/qprog')
-rw-r--r-- | devel/qprog/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/qprog/Makefile b/devel/qprog/Makefile index 2fb906daa7e2..63bc868368ec 100644 --- a/devel/qprog/Makefile +++ b/devel/qprog/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: qprog -# Date created: 2007/07/20 -# Whom: Brandon Fosdick <bfoz@bfoz.net> -# +# Created by: Brandon Fosdick <bfoz@bfoz.net> # $FreeBSD$ PORTNAME= qprog @@ -21,6 +18,7 @@ WRKSRC= ${WRKDIR}/QProg PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: ( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} -unix PREFIX=${PREFIX} QProg.pro ) |