diff --git a/www/pylot/Makefile b/www/pylot/Makefile index 300dc1c1d47c..f2cbf2868187 100644 --- a/www/pylot/Makefile +++ b/www/pylot/Makefile @@ -28,10 +28,9 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} USES= zip USE_PYTHON= yes -NO_STAGE= yes do-install: - @${MKDIR} ${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/www/pylot/pkg-descr b/www/pylot/pkg-descr index a0b36d7fd688..d08a9fea388b 100644 --- a/www/pylot/pkg-descr +++ b/www/pylot/pkg-descr @@ -6,4 +6,4 @@ Pylot generates concurrent load (HTTP Requests), verifies server responses, and produces reports with metrics. Tests suites are executed and monitored from a GUI or shell/console. -WWW: http://www.pylot.org/ +WWW: http://www.pylot.org/