From owner-svn-ports-all@FreeBSD.ORG Tue May 13 21:13:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62F94911; Tue, 13 May 2014 21:13:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F8692F50; Tue, 13 May 2014 21:13:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DLDX4r099237; Tue, 13 May 2014 21:13:33 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DLDWQ0099228; Tue, 13 May 2014 21:13:32 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201405132113.s4DLDWQ0099228@svn.freebsd.org> From: Edwin Groothuis Date: Tue, 13 May 2014 21:13:32 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 21:13:33 -0000 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"