From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 20:37:36 2014 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 ESMTPS id 871646B9; Thu, 11 Sep 2014 20:37:36 +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 7326115D; Thu, 11 Sep 2014 20:37:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BKbaG1041606; Thu, 11 Sep 2014 20:37:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BKbaec041605; Thu, 11 Sep 2014 20:37:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409112037.s8BKbaec041605@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 11 Sep 2014 20:37:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367978 - head/www/typolight 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.18-1 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: Thu, 11 Sep 2014 20:37:36 -0000 Author: antoine Date: Thu Sep 11 20:37:35 2014 New Revision: 367978 URL: http://svnweb.freebsd.org/changeset/ports/367978 QAT: https://qat.redports.org/buildarchive/r367978/ Log: Allow staging as a regular user Modified: head/www/typolight/Makefile Modified: head/www/typolight/Makefile ============================================================================== --- head/www/typolight/Makefile Thu Sep 11 20:30:17 2014 (r367977) +++ head/www/typolight/Makefile Thu Sep 11 20:37:35 2014 (r367978) @@ -13,15 +13,10 @@ NO_BUILD= yes USE_PHP= xsl mysql iconv gd USE_MYSQL= yes SUB_FILES= pkg-message -WWWDIR?= ${PREFIX}/www/${PORTNAME} - -.include do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} - ${TOUCH} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php - @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \ @@ -31,4 +26,4 @@ create-plist: @${FIND} -ds ${WRKSRC}/${file} -type d \ | ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST} -.include +.include