summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authornikita <nikita@pkgsrc.org>2022-05-24 10:55:59 +0000
committernikita <nikita@pkgsrc.org>2022-05-24 10:55:59 +0000
commita3a2366fb50bfa8a9176ec620ef346978735e629 (patch)
treec9d1ca188f2e61b9b19f5b625cc788889b4dbc59 /cad
parentb3a9fb0daed2ed472e0ac4d9552a02e20fc2daf1 (diff)
downloadpkgsrc-a3a2366fb50bfa8a9176ec620ef346978735e629.tar.gz
kicad-footprints: switch to USE_GITLAB.
Diffstat (limited to 'cad')
-rw-r--r--cad/kicad-footprints/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/kicad-footprints/Makefile b/cad/kicad-footprints/Makefile
index 9d1d1c91b99..98d101483b1 100644
--- a/cad/kicad-footprints/Makefile
+++ b/cad/kicad-footprints/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2022/03/11 21:42:14 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/24 10:55:59 nikita Exp $
#
V= 6.0.2
DISTNAME= kicad-footprints-${V}
CATEGORIES= cad
-MASTER_SITES= https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/${V}/
+MASTER_SITES= ${MASTER_SITE_GITLAB:=kicad/libraries/}
+GITLAB_PROJECT= kicad-footprints
+GITLAB_RELEASE= ${V}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org