diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-10-15 21:52:33 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-10-15 21:52:33 +0000 |
commit | d6119cb10732fbe86cddd3e8dfcf0c69cb4420af (patch) | |
tree | dc4e9f53f984f9268c3a8b413624043be221dc05 /misc/py-qt4-demo/Makefile | |
parent | 2dd108140fdf06be12e3266884123bbd6c059a56 (diff) |
Notes
Diffstat (limited to 'misc/py-qt4-demo/Makefile')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 5 |
1 files changed, 2 insertions, 3 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> |