ports/188497: [PATCH] devel/py-icalendar: staging
Bartek Rutkowski
ports at robakdesign.com
Sat Apr 12 08:00:01 UTC 2014
>Number: 188497
>Category: ports
>Synopsis: [PATCH] devel/py-icalendar: staging
>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: Sat Apr 12 08:00: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:
- Staging
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-icalendar/3.5/
Port maintainer (jun-g at daemonfreaks.com) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- py-icalendar-3.5.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351074)
+++ Makefile (working copy)
@@ -21,8 +21,6 @@
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= *
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -29,8 +27,8 @@
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/docs/changelog.rst ${DOCSDIR}/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/docs/changelog.rst ${STAGEDIR}${DOCSDIR}/
.endif
.include <bsd.port.mk>
--- py-icalendar-3.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list