Date: Tue, 13 May 2014 21:13:32 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353996 - in head: french/php_doc german/php_doc japanese/php_doc lang/php_doc polish/php_doc portuguese/php_doc-br Message-ID: <201405132113.s4DLDWQ0099228@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Tue May 13 21:13:31 2014 New Revision: 353996 URL: http://svnweb.freebsd.org/changeset/ports/353996 QAT: https://qat.redports.org/buildarchive/r353996/ Log: Fix stagification Modified: head/french/php_doc/Makefile head/german/php_doc/Makefile head/japanese/php_doc/Makefile head/lang/php_doc/Makefile head/polish/php_doc/Makefile head/portuguese/php_doc-br/Makefile Modified: head/french/php_doc/Makefile ============================================================================== --- head/french/php_doc/Makefile Tue May 13 21:00:40 2014 (r353995) +++ head/french/php_doc/Makefile Tue May 13 21:13:31 2014 (r353996) @@ -6,5 +6,4 @@ PKGNAMEPREFIX= PHP_LANG= fr MASTERDIR= ${.CURDIR}/../../lang/php_doc -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/php_doc/Makefile ============================================================================== --- head/german/php_doc/Makefile Tue May 13 21:00:40 2014 (r353995) +++ head/german/php_doc/Makefile Tue May 13 21:13:31 2014 (r353996) @@ -6,5 +6,4 @@ PKGNAMEPREFIX= PHP_LANG= de MASTERDIR= ${.CURDIR}/../../lang/php_doc -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/japanese/php_doc/Makefile ============================================================================== --- head/japanese/php_doc/Makefile Tue May 13 21:00:40 2014 (r353995) +++ head/japanese/php_doc/Makefile Tue May 13 21:13:31 2014 (r353996) @@ -6,5 +6,4 @@ PKGNAMEPREFIX= PHP_LANG= ja MASTERDIR= ${.CURDIR}/../../lang/php_doc -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/lang/php_doc/Makefile ============================================================================== --- head/lang/php_doc/Makefile Tue May 13 21:00:40 2014 (r353995) +++ head/lang/php_doc/Makefile Tue May 13 21:13:31 2014 (r353996) @@ -40,7 +40,6 @@ PKGNAMESUFFIX= -${PHP_LANG} PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} .if ${PHP_LANG} == en -NO_STAGE= yes pre-fetch: @${ECHO} @${ECHO} "You may set PHP_LANG to" @@ -58,9 +57,9 @@ pre-install: do-install: @${MKDIR} ${PHPDOCDIR} - ${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${PHPDOCDIR}/," | ${XARGS} ${MKDIR} + ${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${STAGEDIR}${PHPDOCDIR}/," | ${XARGS} ${MKDIR} for f in `${FIND} ${WRK_SRC} -type f ! -name '.*' ! -name pkg-plist | ${SED} -e 's,${WRK_SRC},,'`; do \ - ${INSTALL_DATA} ${WRK_SRC}/$$f ${PHPDOCDIR}/$$f; \ + ${INSTALL_DATA} ${WRK_SRC}/$$f ${STAGEDIR}${PHPDOCDIR}/$$f; \ done # this is for the maintainer only Modified: head/polish/php_doc/Makefile ============================================================================== --- head/polish/php_doc/Makefile Tue May 13 21:00:40 2014 (r353995) +++ head/polish/php_doc/Makefile Tue May 13 21:13:31 2014 (r353996) @@ -6,5 +6,4 @@ PKGNAMEPREFIX= PHP_LANG= pl MASTERDIR= ${.CURDIR}/../../lang/php_doc -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/portuguese/php_doc-br/Makefile ============================================================================== --- head/portuguese/php_doc-br/Makefile Tue May 13 21:00:40 2014 (r353995) +++ head/portuguese/php_doc-br/Makefile Tue May 13 21:13:31 2014 (r353996) @@ -6,5 +6,4 @@ PKGNAMEPREFIX= PHP_LANG= br MASTERDIR= ${.CURDIR}/../../lang/php_doc -NO_STAGE= yes .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405132113.s4DLDWQ0099228>