Hi Nuno,
On 1/3/23 10:52, Nuno Teixeira wrote:
Did you add to Makefile:
---
SUB_FILES= pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}
---
?
Thank you, SUB_LIST is exactly what I was looking for.
.einar
Hi,
Did you add to Makefile:
---
SUB_FILES= pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}
---
?
https://docs.freebsd.org/en/books/porters-handbook/book/#using-sub-files
Cheers,
Einar Bjarni Halldórsson escreveu no dia terça, 3/01/2023
à(s) 10:28:
> Hi,
>
> I'm working on a patch for graylog, to
Hi,
I'm working on a patch for graylog, to allow setting graylog_java_home.
I copied lines from the opensearch13 port, but %%JAVA_HOME%% in rc
script isn't being replaced when I make && make install.
Anybody know why that is? I guess I'm missing something from the
Makefile, but looking at op