diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 11:56:52 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 11:56:52 +0100 |
commit | 8c74f318964cbd3e94b38b01bd5fc971a067f59c (patch) | |
tree | 78c7a467fc8da99c2fd209393a8355846afdf7f2 /devel/xcb-proto | |
parent | c8084badf2382910c3102e4c31b3c9000573fd20 (diff) |
MASTER_SITES -> SITES
Diffstat (limited to 'devel/xcb-proto')
-rw-r--r-- | devel/xcb-proto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile index 38e4434..94212a7 100644 --- a/devel/xcb-proto/Makefile +++ b/devel/xcb-proto/Makefile @@ -11,7 +11,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_XORG:=proto/} +SITES = ${SITE_XORG:=proto/} MODULES= lang/python xenocara |