Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2024 07:09:23 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Ronald Klop <ronald-lists@klop.ws>, "ports@FreeBSD.org" <ports@freebsd.org>
Subject:   Re: what to do about "FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. Use make variables and logic instead"
Message-ID:  <SI2PR01MB503646D7F10BA430C3F0EC5BFA7E2@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
In-Reply-To: <1718369388.9678.1728400609900@localhost>
References:  <722318548.6969.1728390863107@localhost> <20241008144819.34c3803c@daleth.home> <1718369388.9678.1728400609900@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

On 2024/10/09 0:16, Ronald Klop wrote:
> Ok, I took a look. Does it mean just replacing %%JAVAJARDIR%% with ${JAVAJARDIR}?

It wants to use the make variable in the outer file, so it replaces it with a %%FOO%% placemark.
Where a make variable can be used directly, use it directly.

I think that's what it's about.
Regards.



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