summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-05-11 14:21:29 +0000
committermef <mef@pkgsrc.org>2015-05-11 14:21:29 +0000
commit6fafdb461748923bd4e79b8390da86c718431dd9 (patch)
treec1e7a8e52dd472ff44bfb85908b687b78faff028 /textproc
parentf4193700f35c73a0ba6b9abf5de795475436a4ae (diff)
downloadpkgsrc-6fafdb461748923bd4e79b8390da86c718431dd9.tar.gz
Githubify.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tinyxml2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile
index 7fead6a03be..d2a616b23cd 100644
--- a/textproc/tinyxml2/Makefile
+++ b/textproc/tinyxml2/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2015/03/15 09:52:42 nros Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/11 14:21:29 mef Exp $
DISTNAME= tinyxml2-2.2.0
CATEGORIES= textproc
-MASTER_SITES= -https://github.com/leethomason/tinyxml2/archive/${PKGVERSION}.tar.gz
+MASTER_SITES= ${MASTER_SITE_GITHUB:=leethomason/}
+GITHUB_PROJECT= tinyxml2
+GITHUB_TAG= 2.2.0
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users@NetBSD.org