summary refs log tree commit diff
path: root/OpenBSD/net/pounce
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenBSD/net/pounce-notify/Makefile2
-rw-r--r--OpenBSD/net/pounce-palaver/Makefile2
-rw-r--r--OpenBSD/net/pounce/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenBSD/net/pounce-notify/Makefile b/OpenBSD/net/pounce-notify/Makefile
index f472957..b1d9bf7 100644
--- a/OpenBSD/net/pounce-notify/Makefile
+++ b/OpenBSD/net/pounce-notify/Makefile
@@ -16,7 +16,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB += c tls
 
-MASTER_SITES =		https://git.causal.agency/pounce/snapshot/
+SITES =		https://git.causal.agency/pounce/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc
diff --git a/OpenBSD/net/pounce-palaver/Makefile b/OpenBSD/net/pounce-palaver/Makefile
index f7c10a2..e3e9d8f 100644
--- a/OpenBSD/net/pounce-palaver/Makefile
+++ b/OpenBSD/net/pounce-palaver/Makefile
@@ -16,7 +16,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB += c curl sqlite3 tls
 
-MASTER_SITES =		https://git.causal.agency/pounce/snapshot/
+SITES =		https://git.causal.agency/pounce/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc
diff --git a/OpenBSD/net/pounce/Makefile b/OpenBSD/net/pounce/Makefile
index 7e69269..34c8628 100644
--- a/OpenBSD/net/pounce/Makefile
+++ b/OpenBSD/net/pounce/Makefile
@@ -14,7 +14,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB += c tls
 
-MASTER_SITES =		https://git.causal.agency/pounce/snapshot/
+SITES =		https://git.causal.agency/pounce/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc