From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:04:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC9116A4CE; Thu, 22 Jul 2004 16:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F6043D39; Thu, 22 Jul 2004 16:04:45 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MG4i6v006725; Thu, 22 Jul 2004 16:04:44 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MG4ivK006724; Thu, 22 Jul 2004 16:04:44 GMT (envelope-from adamw) Message-Id: <200407221604.i6MG4ivK006724@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 22 Jul 2004 16:04:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnome.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jul 2004 16:04:45 -0000 adamw 2004-07-22 16:04:44 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: If the gconf2 USE_GNOME component is used, overload the pre-install target to explicitly create ${PREFIX}/etc/gconf/gconf.xml.defaults/. A number of ports don't create this directory automatically. In normal uses, this doesn't cause a problem, but many of us prefer to test out plists by installing into custom prefixes. This prevents those custom prefix installation tests from failing. Inspired by: John Merryweather Cooper Revision Changes Path 1.74 +9 -1 ports/Mk/bsd.gnome.mk