From owner-cvs-all@FreeBSD.ORG Fri Dec 24 04:26:10 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 4188416A4CE; Fri, 24 Dec 2004 04:26:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185A443D46; Fri, 24 Dec 2004 04:26:10 +0000 (GMT) (envelope-from hq@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 iBO4Q9e0008243; Fri, 24 Dec 2004 04:26:09 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBO4Q9Yw008242; Fri, 24 Dec 2004 04:26:09 GMT (envelope-from hq) Message-Id: <200412240426.iBO4Q9Yw008242@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 24 Dec 2004 04:26:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/batik 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: Fri, 24 Dec 2004 04:26:10 -0000 hq 2004-12-24 04:26:09 UTC FreeBSD ports repository Modified files: graphics/batik Makefile Log: - Update to bsd.java.mk 2.0 - Use USE_ANT - Forbid the use of Jikes to build the port - Use INSTALL_DATA to install documentation and JAR files - Honor Porter's handbook guidelines for Java ports: install in DATADIR=${JAVASHAREDIR}/{PORTNAME} [1] - Build dynamic packing list from the distribution files (not from the installed files) to avoid inconsistencies - Bump PORTREVISION Approved by: ijliao [1] Revision Changes Path 1.3 +18 -17 ports/graphics/batik/Makefile