From owner-cvs-all@FreeBSD.ORG Thu Sep 2 05:02:59 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 377B216A4CE; Thu, 2 Sep 2004 05:02:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A7343D3F; Thu, 2 Sep 2004 05:02:59 +0000 (GMT) (envelope-from glewis@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 i8252whi037449; Thu, 2 Sep 2004 05:02:58 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8252wd9037448; Thu, 2 Sep 2004 05:02:58 GMT (envelope-from glewis) Message-Id: <200409020502.i8252wd9037448@repoman.freebsd.org> From: Greg Lewis Date: Thu, 2 Sep 2004 05:02:58 +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.java.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, 02 Sep 2004 05:02:59 -0000 glewis 2004-09-02 05:02:58 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: . Take maintainership. Ernst doesn't currently have time and I've been performing all of the recent changes. . Add to the header comment to document JAVASHAREDIR, JAVAJARDIR and JAVALIBDIR. . Add a definition for JAVALIBDIR. This is where other ports have installed their JAR files (a port should install in JAVAJARDIR but look for other JARs in JAVALIBDIR). Revision Changes Path 1.52 +10 -2 ports/Mk/bsd.java.mk