Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 16:25:35 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182400: [MAINTAINER] mail/py-authres: add staging support
Message-ID:  <20130926072535.481131C2B12@rolling-vm-freebsd1.home.utahime.org>
Resent-Message-ID: <201309260730.r8Q7U0j6025863@freefall.freebsd.org>

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

>Number:         182400
>Category:       ports
>Synopsis:       [MAINTAINER] mail/py-authres: add staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 07:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0 r255449: Tue Sep 10 22:52:11 JST 2013 xxxx amd64


	
>Description:
	
	Add staging support.

>How-To-Repeat:
	
>Fix:

	

--- patch-py-authres begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328328)
+++ Makefile	(working copy)
@@ -21,13 +21,12 @@
 
 PORTDOCS=	CHANGES README
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}/
-	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
--- patch-py-authres ends here ---


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



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