setting options for a single port in poudriere
Yasuhiro KIMURA
yasu at utahime.org
Sun Jan 13 16:39:28 UTC 2019
From: Victor Sudakov <vas at 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
More information about the freebsd-questions
mailing list