From owner-cvs-all@FreeBSD.ORG Sun May 16 06:01:51 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 707A416A4CE; Sun, 16 May 2004 06:01:51 -0700 (PDT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3190643D2F; Sun, 16 May 2004 06:01:51 -0700 (PDT) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 095057647A0; Sun, 16 May 2004 15:01:50 +0200 (CEST) Received: from cmantatzi.in.t-online.fr (cmantatzi.in.t-online.fr [213.44.126.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id DF1D07647AF; Sun, 16 May 2004 15:01:44 +0200 (CEST) Date: Sun, 16 May 2004 14:01:42 +0200 From: Mathieu Arnold To: Lars Koeller Message-ID: <97824684.1084716102@cmantatzi.in.t-online.fr> In-Reply-To: <20040516125613.D645016A4E0@hub.freebsd.org> References: <20040516125613.D645016A4E0@hub.freebsd.org> X-Mailer: Mulberry/3.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/bacula 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: Sun, 16 May 2004 13:01:51 -0000 +- Le dimanche 16 mai 2004 05:56 -0700 Lars Koeller a dit : | + ${MKDIR} -p ${DOCSDIR}/html-manual Unless you redefined MKDIR, it already contains -p :-) -- Mathieu Arnold