diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-10-16 05:52:33 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-10-16 05:52:33 +0800 |
commit | d5373f69c011e520350cf361630928deb15147ea (patch) | |
tree | dc4e9f53f984f9268c3a8b413624043be221dc05 /misc | |
parent | 2ca022c8ccd298ea66565aedbcdf18409c863c64 (diff) | |
download | freebsd-ports-gnome-d5373f69c011e520350cf361630928deb15147ea.tar.gz freebsd-ports-gnome-d5373f69c011e520350cf361630928deb15147ea.tar.zst freebsd-ports-gnome-d5373f69c011e520350cf361630928deb15147ea.zip |
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>.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 5 | ||||
-rw-r--r-- | misc/py-qt4-doc/Makefile | 1 |
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} &&\ |