summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-10-15 21:52:33 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-10-15 21:52:33 +0000
commitd6119cb10732fbe86cddd3e8dfcf0c69cb4420af (patch)
treedc4e9f53f984f9268c3a8b413624043be221dc05 /misc
parentwww/py-flexget: update to 1.1.138 (diff)
Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated. In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
Notes
Notes: svn path=/head/; revision=330463
Diffstat (limited to 'misc')
-rw-r--r--misc/py-qt4-demo/Makefile5
-rw-r--r--misc/py-qt4-doc/Makefile1
2 files changed, 2 insertions, 4 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile
index f36661882785..8e8762863b8c 100644
--- a/misc/py-qt4-demo/Makefile
+++ b/misc/py-qt4-demo/Makefile
@@ -22,7 +22,6 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options
EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4
PORTEXAMPLES= *
-NO_STAGE= yes
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
.include <bsd.port.options.mk>
@@ -55,7 +54,7 @@ do-build:
do-install:
${RM} -f ${WRKSRC}/examples/designer/plugins/plugins.py.orig
- ${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile
index aa8c406da818..f7bf7297227f 100644
--- a/misc/py-qt4-doc/Makefile
+++ b/misc/py-qt4-doc/Makefile
@@ -19,7 +19,6 @@ USE_PYTHON= 2.5+
DOCSDIR= ${PREFIX}/share/doc/py-qt4
PORTDOCS= *
-NO_STAGE= yes
do-install:
cd ${WRKSRC} &&\
${MKDIR} ${DOCSDIR} &&\