Date: Tue, 13 May 2014 23:36:38 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354009 - head/www/pylot Message-ID: <201405132336.s4DNacwe063817@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue May 13 23:36:37 2014 New Revision: 354009 URL: http://svnweb.freebsd.org/changeset/ports/354009 QAT: https://qat.redports.org/buildarchive/r354009/ Log: - Stage. - Tweak WWW entry in pkg-descr. PR: 188816 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval) Modified: head/www/pylot/Makefile head/www/pylot/pkg-descr Modified: head/www/pylot/Makefile ============================================================================== --- head/www/pylot/Makefile Tue May 13 23:01:26 2014 (r354008) +++ head/www/pylot/Makefile Tue May 13 23:36:37 2014 (r354009) @@ -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 <bsd.port.options.mk> Modified: head/www/pylot/pkg-descr ============================================================================== --- head/www/pylot/pkg-descr Tue May 13 23:01:26 2014 (r354008) +++ head/www/pylot/pkg-descr Tue May 13 23:36:37 2014 (r354009) @@ -6,4 +6,4 @@ Pylot generates concurrent load (HTTP Re 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405132336.s4DNacwe063817>