diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 11:59:27 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 11:59:27 +0100 |
commit | c1fcc38cdc21fecb0b2e496d9c672eb5ba869383 (patch) | |
tree | f4c8af4d44eb667f073da2eac1f9be0726eb5056 | |
parent | 83c239a4620ac9917928eee90c17e53fca6516eb (diff) |
MASTER_SITES -> SITES
-rw-r--r-- | devel/xcb-util-m4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xcb-util-m4/Makefile b/devel/xcb-util-m4/Makefile index 1e9b5af..2ba8fed 100644 --- a/devel/xcb-util-m4/Makefile +++ b/devel/xcb-util-m4/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR = xcb-util-m4 HOMEPAGE = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4 -MASTER_SITES = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4/-/raw/master/ +SITES = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4/-/raw/master/ MODULES = xenocara |