Ports: Point to the correct subdirectory for gettext

`ftpmirror.gnu.org` does not seem to have the `/pub/gnu` folder
structure, all files are in `/gnu` instead.

This regressed in 41f7f821f6.
This commit is contained in:
Tim Schumacher 2023-06-18 14:59:05 +02:00 committed by Andreas Kling
parent 45f86466bb
commit ead756ca32

View file

@ -2,7 +2,7 @@
port='gettext'
version='0.21.1'
useconfigure='true'
files="https://ftpmirror.gnu.org/pub/gnu/gettext/gettext-${version}.tar.gz gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
files="https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
auth_type='sha256'
depends=("libiconv")
use_fresh_config_sub='true'