Summary: | [PATCH] www/pylot: stage | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> | ||||
Component: | Individual Port(s) | Assignee: | Gerald Pfeifer <gerald> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | nivit | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Bartek Rutkowski
2014-04-20 09:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->nivit Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: nivit->gerald I'm going to take care. 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed I committed this update, thank you. Note, again I had to add a newline at the end of pkg-descr to be able to commit. |