aboutsummaryrefslogtreecommitdiff
path: root/misc/py-qt4-demo/Makefile
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/py-qt4-demo/Makefile
parent2dd108140fdf06be12e3266884123bbd6c059a56 (diff)
Notes
Diffstat (limited to 'misc/py-qt4-demo/Makefile')
-rw-r--r--misc/py-qt4-demo/Makefile5
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>