View | Details | Raw Unified | Return to bug 188816
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 28-37 Link Here
28
USES=		zip
28
USES=		zip
29
USE_PYTHON=	yes
29
USE_PYTHON=	yes
30
30
31
NO_STAGE=	yes
32
do-install:
31
do-install:
33
	@${MKDIR} ${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
32
	@${MKDIR} ${STAGEDIR}${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
34
	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
33
	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
35
34
36
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
37
36
(-)pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
and produces reports with metrics. Tests suites are executed and monitored
6
and produces reports with metrics. Tests suites are executed and monitored
7
from a GUI or shell/console. 
7
from a GUI or shell/console. 
8
8
9
WWW:	http://www.pylot.org/
9
WWW: http://www.pylot.org/

Return to bug 188816