From owner-cvs-all@FreeBSD.ORG Fri Nov 14 18:18:31 2003 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 98A7416A4CE; Fri, 14 Nov 2003 18:18:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F27243FD7; Fri, 14 Nov 2003 18:18:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAF2IUXJ099877; Fri, 14 Nov 2003 18:18:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAF2IUZd099876; Fri, 14 Nov 2003 18:18:30 -0800 (PST) (envelope-from marcus) Message-Id: <200311150218.hAF2IUZd099876@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 14 Nov 2003 18:18:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile ports/www/mozilla-devel Makefile 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: Sat, 15 Nov 2003 02:18:31 -0000 marcus 2003/11/14 18:18:30 PST FreeBSD ports repository Modified files: www/mozilla Makefile www/mozilla-devel Makefile Log: Only add the plug-in symlink to the plist if we're actually going to create it. This fixes a packaging problem on bento. Also, break out of the for loop once we find a suitable plug-in. Revision Changes Path 1.163 +7 -1 ports/www/mozilla-devel/Makefile 1.151 +7 -1 ports/www/mozilla/Makefile