Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 17:35:24 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        hartzell@kestrel.alerce.com
Cc:        freebsd-ports@freebsd.org
Subject:   Re: question about specifying amavisd-new option in pkgtools.conf?
Message-ID:  <790a9fff040823153512cec7ff@mail.gmail.com>
In-Reply-To: <16679.55653.369559.875648@rosebud.alerce.com>
References:  <16679.55653.369559.875648@rosebud.alerce.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 "',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff040823153512cec7ff>