summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkamil <kamil>2016-06-18 11:20:40 +0000
committerkamil <kamil>2016-06-18 11:20:40 +0000
commit6815c379e38486b6151f1ef6d2ab65f4f1a9ff4b (patch)
tree5e9e90015520ec75bed6b95e2707af504a3e18a9 /sysutils
parent35ab5e89020aed7d01be2d63264d93ecb26bdccf (diff)
downloadpkgsrc-6815c379e38486b6151f1ef6d2ab65f4f1a9ff4b.tar.gz
Use the GITHUB framework for distfiles
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/consolekit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile
index c1285b8fdf8..4ac26c64018 100644
--- a/sysutils/consolekit/Makefile
+++ b/sysutils/consolekit/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.32 2016/06/18 11:09:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2016/06/18 11:20:40 kamil Exp $
CONSOLEKIT_VER= 1.0.2
DISTNAME= ConsoleKit2-1.0.2
PKGNAME= consolekit-${CONSOLEKIT_VER}
CATEGORIES= sysutils
-MASTER_SITES= https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${CONSOLEKIT_VER}/
+GITHUB_RELEASE= ${CONSOLEKIT_VER}
+GITHUB_PROJECT= ConsoleKit2
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ConsoleKit2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= youri@NetBSD.org