From 76a68e1b9b4a530a2cba964c2b0343ecacfb2304 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 13 May 2014 23:36:37 +0000 Subject: [PATCH] - Stage. - Tweak WWW entry in pkg-descr. PR: 188816 Submitted by: Bartek Rutkowski Approved by: portmgr (blanket pre-approval) --- www/pylot/Makefile | 5 ++--- www/pylot/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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/