opnsense-ports/sysutils/getdelta/files/pkg-message.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

11 lines
290 B
Text

[
{ type: install
message: <<EOM
To use Getdelta for upgrading ports you need to add the following string into /etc/make.conf:
FETCH_CMD=%%PREFIX%%/bin/getdelta.sh
To do this you can simply run the following command:
echo "FETCH_CMD=%%PREFIX%%/bin/getdelta.sh" >> /etc/make.conf
EOM
}
]