From owner-cvs-all@FreeBSD.ORG Fri Dec 2 03:39:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 2FF4F16A41F; Fri, 2 Dec 2005 03:39:44 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E5B43D46; Fri, 2 Dec 2005 03:39:43 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB23dhgs008646; Fri, 2 Dec 2005 03:39:43 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB23dhH8008645; Fri, 2 Dec 2005 03:39:43 GMT (envelope-from adamw) Message-Id: <200512020339.jB23dhH8008645@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 2 Dec 2005 03:39:43 +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/www/mozilla Makefile.common 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: Fri, 02 Dec 2005 03:39:44 -0000 adamw 2005-12-02 03:39:43 UTC FreeBSD ports repository Modified files: www/mozilla Makefile.common Log: Documentation update. Add a blurb at the beginning stating what the file's used for, and add some more comprehensive descriptions to the definable variables. Also, commit a major faux pas and include a functionality change along with the text string changes. Remove the conditional check for adding %D/share/idl to the plist. The check for whether it's necessary wasn't working, but it's a safe assumption that every mozilla port needs that dir added to the plist. This change has been brought to you by ahze and the number n. Revision Changes Path 1.2 +36 -19 ports/www/mozilla/Makefile.common