From owner-cvs-ports@FreeBSD.ORG Thu Nov 25 03:48:54 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423E016A4CF; Thu, 25 Nov 2004 03:48:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2415143D66; Thu, 25 Nov 2004 03:48:54 +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 iAP3msfe086889; Thu, 25 Nov 2004 03:48:54 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAP3msZA086888; Thu, 25 Nov 2004 03:48:54 GMT (envelope-from hq) Message-Id: <200411250348.iAP3msZA086888@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 25 Nov 2004 03:48:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jboss4 Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 03:48:54 -0000 hq 2004-11-25 03:48:53 UTC FreeBSD ports repository Modified files: java/jboss4 Makefile Removed files: java/jboss4 pkg-plist Log: - Removed pkg-plist by building a dynamic one for APP_HOME installed files and PLIST_FILES for scripts [1] - Use FIND | INSTALL_DATA to install documentation rather than CP -r - Added a missing SETENV macro in pre-install target - Put JAVA_HOME/bin in front of PATH as the new javavmwrapper version would otherwise cause trouble (see UPDATING for further information) - ECHO_CMD -> ECHO_MSG - Tweaked the comment: the name of the port is redundant here PR: 72900 Requested by: linimon [1] Revision Changes Path 1.27 +35 -23 ports/java/jboss4/Makefile 1.10 +0 -573 ports/java/jboss4/pkg-plist (dead)