Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 16:22:38 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        5u623l20@gmail.com
Subject:   ports/188735: [PATCH] www/py-jonpy: stage
Message-ID:  <201404171422.s3HEMceW057969@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404171430.s3HEU07p084513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188735
>Category:       ports
>Synopsis:       [PATCH] www/py-jonpy: 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:   Thu Apr 17 14:30: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

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-jonpy/0.10/

Port maintainer (5u623l20@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-jonpy-0.10.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351477)
+++ Makefile	(working copy)
@@ -16,14 +16,13 @@
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
 .endif
-	${MKDIR} ${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/example && ${FIND} . | \
-		${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR})
+		${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>
--- py-jonpy-0.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404171422.s3HEMceW057969>