ports/188816: [PATCH] www/pylot: stage
Bartek Rutkowski
ports at robakdesign.com
Sun Apr 20 08:20:01 UTC 2014
>Number: 188816
>Category: ports
>Synopsis: [PATCH] www/pylot: stage
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 20 08:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Bartek Rutkowski
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Pet portlint
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/pylot/1.26_4/
Port maintainer (nivit at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- pylot-1.26.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351612)
+++ Makefile (working copy)
@@ -28,10 +28,9 @@
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>
Index: pkg-descr
===================================================================
--- pkg-descr (revision 351612)
+++ pkg-descr (working copy)
@@ -6,4 +6,4 @@
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/
--- pylot-1.26.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list