From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 04:26:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57DC0E89; Tue, 5 Nov 2013 04:26:16 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45F552A05; Tue, 5 Nov 2013 04:26:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA54QGGT093272; Tue, 5 Nov 2013 04:26:16 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA54QGaM093271; Tue, 5 Nov 2013 04:26:16 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201311050426.rA54QGaM093271@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 5 Nov 2013 04:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332806 - head/devel/gitphp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 04:26:16 -0000 Author: tabthorpe Date: Tue Nov 5 04:26:15 2013 New Revision: 332806 URL: http://svnweb.freebsd.org/changeset/ports/332806 Log: - Add stage support Modified: head/devel/gitphp/Makefile Modified: head/devel/gitphp/Makefile ============================================================================== --- head/devel/gitphp/Makefile Tue Nov 5 04:15:52 2013 (r332805) +++ head/devel/gitphp/Makefile Tue Nov 5 04:26:15 2013 (r332806) @@ -20,13 +20,12 @@ SUB_FILES= pkg-message RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:${PORTSDIR}/textproc/pecl-xdiff -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} \ - && ${COPYTREE_SHARE} \* ${WWWDIR}) - ${CHOWN} -R www:www ${WWWDIR} - ${FIND} ${WWWDIR} -type f -exec ${CHMOD} 644 '{}' + + && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}) + ${CHOWN} -R www:www ${STAGEDIR}${WWWDIR} + ${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 644 '{}' + .if !defined(BATCH) @ ${CAT} ${PKGMESSAGE}