mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage.
- Tweak WWW entry in pkg-descr. PR: 188816 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
This commit is contained in:
parent
30bf2a4a63
commit
76a68e1b9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354009
@ -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>
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user