Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 01:37:43 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: setting options for a single port in poudriere
Message-ID:  <20190114.013743.1585758485696933407.yasu@utahime.org>
In-Reply-To: <20190113102338.GA6449@admin.sibptus.ru>
References:  <20190113102338.GA6449@admin.sibptus.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Victor Sudakov <vas@mpeks.tomsk.su>
Subject: setting options for a single port in poudriere
Date: Sun, 13 Jan 2019 17:23:38 +0700

> When I want to set some Makefile option for one particular port only,
> e.g. "CONFIGURE_ENV+= foo=bar", can I do this from the global
> poudriere's /usr/local/etc/poudriere.d/<jailname>-make.conf ?
> What would be the correct syntax?

.if ${.CURDIR:M*/category/portname}
CONFIGURE_ENV+= foo=bar
.endif

---
Yasuhiro KIMURA



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