From owner-cvs-all Thu Jun 13 9: 2:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9371337B409; Thu, 13 Jun 2002 09:02:46 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5DG1PA24836; Thu, 13 Jun 2002 09:01:25 -0700 (PDT) (envelope-from glewis) Message-Id: <200206131601.g5DG1PA24836@freefall.freebsd.org> From: Greg Lewis Date: Thu, 13 Jun 2002 09:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/06/13 09:01:25 PDT Modified files: java/jdk13 Makefile Log: . Fix dependencies after recent JDK ports repo copy. PR: 39231 . Don't use -p with ${MKDIR}, its the default. . Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than hardwiring them as /usr/bin/sort, etc. Apologies to sobomax for not asking for a review, I thought it important to unbreak the port as quickly as possible. Submitted by: alane (dependencies), znerd Revision Changes Path 1.27 +19 -16 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message