From owner-cvs-all@FreeBSD.ORG Thu Oct 4 22:26:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F1316A420; Thu, 4 Oct 2007 22:26:56 +0000 (UTC) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9BBC13C459; Thu, 4 Oct 2007 22:26:56 +0000 (UTC) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l94MQugs000706; Thu, 4 Oct 2007 22:26:56 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l94MQuGn000705; Thu, 4 Oct 2007 22:26:56 GMT (envelope-from cracauer) Message-Id: <200710042226.l94MQuGn000705@repoman.freebsd.org> From: Martin Cracauer Date: Thu, 4 Oct 2007 22:26:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux_glide Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 22:26:56 -0000 cracauer 2007-10-04 22:26:55 UTC FreeBSD ports repository Modified files: graphics/linux_glide Makefile Log: Don't use tar to extract directly into $PREFIX. With the new tar in 7.x that lead to incorrect ownership of directories directly in $PREFIX. Use COPYTREE_SHARE and friends. Revision Changes Path 1.16 +8 -7 ports/graphics/linux_glide/Makefile