Date: Thu, 26 Sep 2013 13:46:39 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182390: [MAINTAINER] japanese/eb: add staging support Message-ID: <20130926044639.E5FE11C2ADD@rolling-vm-freebsd1.home.utahime.org> Resent-Message-ID: <201309260450.r8Q4o0Yr006723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182390 >Category: ports >Synopsis: [MAINTAINER] japanese/eb: 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 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD 9.1-RELEASE-p7 xxxx 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-ja-eb begins here --- Index: Makefile =================================================================== --- Makefile (revision 328328) +++ Makefile (working copy) @@ -69,13 +69,12 @@ USES= perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} +CONFIGURE_ARGS= --with-pkgdocdir=${STAGEDIR}${DOCSDIR} OPTIONS_DEFINE= DOCS NLS -APPENDIXDIR= ${DATADIR}/appendix +APPENDIXDIR= ${STAGEDIR}${DATADIR}/appendix -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -102,9 +101,9 @@ post-install: (cd ${WRKDIR}/appendix && ${COPYTREE_SHARE} \* ${APPENDIXDIR} ) .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor .endif --- patch-ja-eb ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130926044639.E5FE11C2ADD>