summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-10-29 12:54:15 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2023-10-29 12:54:15 +0100
commit3de6a9bb32420da9efbf1af42465baaeccee346b (patch)
tree5a66866c10c0f155867cf884208953ee4c3849e8 /graphics
parent04c451b156ff5e2a20ff23c43275c468f662c0f0 (diff)
MASTER_SITES -> SITES
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libGLU/Makefile2
-rw-r--r--graphics/mesa-demos/Makefile4
-rw-r--r--graphics/mesa/Makefile2
-rw-r--r--graphics/pixman/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
index 39bb872..596f0bc 100644
--- a/graphics/libGLU/Makefile
+++ b/graphics/libGLU/Makefile
@@ -10,7 +10,7 @@ CATEGORIES = graphics
HOMEPAGE = https://gitlab.freedesktop.org/mesa/glu
-MASTER_SITES = https://archive.mesa3d.org//glu/
+SITES = https://archive.mesa3d.org//glu/
MAINTAINER = xenocara@openbsd.org
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile
index b880aee..3231c49 100644
--- a/graphics/mesa-demos/Makefile
+++ b/graphics/mesa-demos/Makefile
@@ -14,9 +14,9 @@ PERMIT_PACKAGE = Yes
WANTLIB = GL GLU OSMesa glut X11 Xext c m pthread
-MODULES = devel/meson xenocara
+MODULES = devel/meson xenocara
-MASTER_SITES = https://archive.mesa3d.org//demos/${V}/
+SITES = https://archive.mesa3d.org//demos/${V}/
EXTRACT_SUFX = .tar.gz
diff --git a/graphics/mesa/Makefile b/graphics/mesa/Makefile
index 40ada40..58c1463 100644
--- a/graphics/mesa/Makefile
+++ b/graphics/mesa/Makefile
@@ -29,7 +29,7 @@ WANTLIB = drm drm_radeon m pthread z expat \
Xxf86vm c++ c++abi LLVM elf xcb-randr drm_amdgpu \
zstd
-MASTER_SITES = https://mesa.freedesktop.org/archive/
+SITES = https://mesa.freedesktop.org/archive/
EXTRACT_SUFX = .tar.xz
BUILD_DEPENDS = sysutils/libdrm \
diff --git a/graphics/pixman/Makefile b/graphics/pixman/Makefile
index f0ab0f4..d9cd595 100644
--- a/graphics/pixman/Makefile
+++ b/graphics/pixman/Makefile
@@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes
WANTLIB = m pthread
-MASTER_SITES = https://cairographics.org/releases/
+SITES = https://cairographics.org/releases/
MODULES = xenocara