From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 05:19:54 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 93A8952E; Thu, 5 Jun 2014 05:19:54 +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 81A3C2DE9; Thu, 5 Jun 2014 05:19:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s555JsZS040078; Thu, 5 Jun 2014 05:19:54 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s555Jsmd040077; Thu, 5 Jun 2014 05:19:54 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406050519.s555Jsmd040077@svn.freebsd.org> From: Martin Wilke Date: Thu, 5 Jun 2014 05:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356585 - head/www/repos-style 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: Thu, 05 Jun 2014 05:19:54 -0000 Author: miwi Date: Thu Jun 5 05:19:54 2014 New Revision: 356585 URL: http://svnweb.freebsd.org/changeset/ports/356585 QAT: https://qat.redports.org/buildarchive/r356585/ Log: - Stage support PR: 190380 Modified: head/www/repos-style/Makefile Modified: head/www/repos-style/Makefile ============================================================================== --- head/www/repos-style/Makefile Thu Jun 5 05:18:55 2014 (r356584) +++ head/www/repos-style/Makefile Thu Jun 5 05:19:54 2014 (r356585) @@ -24,20 +24,13 @@ WRKSRC= ${WRKDIR}/repos-web SUB_LIST+= PORTNAME=${PORTNAME} SUB_FILES+= pkg-message -NO_STAGE= yes pre-install: # Prevent installation of .orig files by deleting them. @${FIND} ${WRKSRC} -name '*.orig' -delete ${MV} ${WRKSRC}/open/log/index.php ${WRKSRC}/open/log/index.dist.php do-install: - @${MKDIR} ${WWWDIR} - @(cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}) - if [ ! -f ${WWWDIR}/open/log/index.php ]; then \ - ${CP} -p ${WWWDIR}/open/log/index.dist.php ${WWWDIR}/open/log/index.php; \ - fi - -post-install: - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${WWWDIR} + @(cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}) .include