diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 11:59:57 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 11:59:57 +0100 |
commit | 14ed3c78997094fd0176a3aa6378f1c5c6818722 (patch) | |
tree | 8fb54deb0e4ca450e1ae9a4410a5c5f6aa4da5e6 /devel/xorg-util-macros | |
parent | c1fcc38cdc21fecb0b2e496d9c672eb5ba869383 (diff) |
MASTER_SITES -> SITES
Diffstat (limited to 'devel/xorg-util-macros')
-rw-r--r-- | devel/xorg-util-macros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile index 294f8ef..5ac3c72 100644 --- a/devel/xorg-util-macros/Makefile +++ b/devel/xorg-util-macros/Makefile @@ -12,7 +12,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_XORG:=util/} +SITES = ${SITE_XORG:=util/} MODULES = xenocara |