From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 22:35:31 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B067D16A4CF for ; Mon, 23 Aug 2004 22:35:31 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A3943D1F for ; Mon, 23 Aug 2004 22:35:31 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so77143rnl for ; Mon, 23 Aug 2004 15:35:24 -0700 (PDT) Received: by 10.38.83.11 with SMTP id g11mr250729rnb; Mon, 23 Aug 2004 15:35:24 -0700 (PDT) Received: by 10.38.75.25 with HTTP; Mon, 23 Aug 2004 15:35:24 -0700 (PDT) Message-ID: <790a9fff040823153512cec7ff@mail.gmail.com> Date: Mon, 23 Aug 2004 17:35:24 -0500 From: Scot Hetzel To: hartzell@kestrel.alerce.com In-Reply-To: <16679.55653.369559.875648@rosebud.alerce.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <16679.55653.369559.875648@rosebud.alerce.com> cc: freebsd-ports@freebsd.org Subject: Re: question about specifying amavisd-new option in pkgtools.conf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 22:35:31 -0000 On Sat, 21 Aug 2004 16:23:17 -0700, George Hartzell > The Makefile looks for a couple of files and if it can't find them, it > does this: > > AMAVIS_NOMILTER="@comment " > > I've tried a variety of quotes and spaces in my pkgtools.conf MAKEARGS > section, and can't get anything to work. Most of the (like this one) > end up loosing the space and the install tools don't know what to do > with @comment concatenated onto the beginning of a filename: > > 'security/amavisd-new' => 'AMAVIS_NOMILTER=@comment', > You need to define the variable so that there is a space after comment: 'security/amavisd-new' => 'AMAVIS_NOMILTER="@comment "',