From owner-cvs-all@FreeBSD.ORG Thu Sep 7 21:38:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 81A5116A4E5; Thu, 7 Sep 2006 21:38:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F57043D58; Thu, 7 Sep 2006 21:38:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87LcwBL081016; Thu, 7 Sep 2006 21:38:58 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87LcwNa081015; Thu, 7 Sep 2006 21:38:58 GMT (envelope-from brooks) Message-Id: <200609072138.k87LcwNa081015@repoman.freebsd.org> From: Brooks Davis Date: Thu, 7 Sep 2006 21:38:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/globus4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Sep 2006 21:38:58 -0000 brooks 2006-09-07 21:38:58 UTC FreeBSD ports repository Modified files: net/globus4 Makefile Log: The globus build requires GNU tar (or at least a tar named gtar) so add an appropriate BUILD_DEPEND. Create a variable, TMPBINDIR, to hold ${WRKDIR}/tmpdir to keep things consistant. Remove a useless comment. Revision Changes Path 1.11 +6 -5 ports/net/globus4/Makefile