From: Alfred Perlstein
Subject: Re: Way to make settings in /etc/make.conf effective only for ports
Date: Sun, 22 Jun 2014 02:16:24 -0700
> I think you can use /usr/local/etc/ports.conf
>
> I got that information from:
>
> http://lists.freebsd.org/pipermail/freebsd-ports/2007-Ap
other software project. So are there any way to make
>>> settings in /etc/make.conf effective only for ports?
>>
>> You can wrap those settings in .CURDIR check:
>> .if !empty(.CURDIR:M/usr/ports/*)
>> # port settings here
>> .endif
>
> What about using a
On 6/22/14, 2:20 AM, Melvyn Sopacua wrote:
Hi Yasuhiro,
On Sun, 22 Jun 2014, Yasuhiro KIMURA wrote:
Recently I found some of settings for ports in /etc/make.conf
interfere with other software project. So are there any way to make
settings in /etc/make.conf effective only for ports?
You can
Hi Yasuhiro,
On Sun, 22 Jun 2014, Yasuhiro KIMURA wrote:
Recently I found some of settings for ports in /etc/make.conf
interfere with other software project. So are there any way to make
settings in /etc/make.conf effective only for ports?
You can wrap those settings in .CURDIR check:
.if
On 6/22/14, 12:49 AM, Yasuhiro KIMURA wrote:
Hello.
Recently I found some of settings for ports in /etc/make.conf
interfere with other software project. So are there any way to make
settings in /etc/make.conf effective only for ports?
Best Regards.
I think you can use /usr/local/etc
Hello.
Recently I found some of settings for ports in /etc/make.conf
interfere with other software project. So are there any way to make
settings in /etc/make.conf effective only for ports?
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports