From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 20:23:03 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 2543CAA5 for ; Sun, 10 Aug 2014 20:23:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F08052ADF for ; Sun, 10 Aug 2014 20:23:02 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 2086 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 20:23:02 +0000 From: Antoine Brodin Date: Sun, 10 Aug 2014 20:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364566 - head/deskutils/tine20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e7d4a6.2086.7bd655c5@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 10 Aug 2014 20:23:03 -0000 Author: antoine Date: Sun Aug 10 20:23:02 2014 New Revision: 364566 URL: http://svnweb.freebsd.org/changeset/ports/364566 QAT: https://qat.redports.org/buildarchive/r364566/ Log: Workaround NO_WRKSUBDIR + ${COPYTREE} . side effects Modified: head/deskutils/tine20/Makefile Modified: head/deskutils/tine20/Makefile ============================================================================== --- head/deskutils/tine20/Makefile Sun Aug 10 20:12:03 2014 (r364565) +++ head/deskutils/tine20/Makefile Sun Aug 10 20:23:02 2014 (r364566) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:bzip2 NO_BUILD= yes -WRKSRC= ${WRKDIR} +EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions -C ${WRKSRC} SUB_FILES= pkg-message SUB_LIST= DISTNAME=${DISTNAME} @@ -33,6 +33,9 @@ APC_USE= php=apc LDAP_USE= php=ldap MEMCACHE_USE= php=memcache +pre-extract: + ${MKDIR} ${WRKSRC} + do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}