On 2015-10-24 13:23, Kurt Jaeger wrote:
> Hi!
>
> Is there a generic way in the ports framework to replace variables
> in a port pkg-message, e.g. ${PREFIX} ?
>
Hi Kurt,
yes, there is.
$ mv pkg-message files/pkg-message.in
and in the $port/Makefile use SUB_FILES and SUB_LIST
SUB_FILES = pkg-message
SUB_LIST+= PREFIX=${NewVal)
This way the var %%PREFIX%% in pkg-message will be replaced with NewVal
--
olli
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"