diff options
author | mef <mef@pkgsrc.org> | 2015-05-11 14:29:30 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-11 14:29:30 +0000 |
commit | 92f18695878c290f299c9e9ed7390d3d9372fd7d (patch) | |
tree | 0efd1197d85496964bbe2fa7275e5d6a6c9b2df1 /textproc/tinyxml2 | |
parent | 57cf2aae272044c493eb1c5583688d6a52746e42 (diff) | |
download | pkgsrc-92f18695878c290f299c9e9ed7390d3d9372fd7d.tar.gz |
Remove unnecessary assignment. Use default for GITHUB_{TAG,PROJECT}.
Diffstat (limited to 'textproc/tinyxml2')
-rw-r--r-- | textproc/tinyxml2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index d2a616b23cd..9aed0a75329 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2015/05/11 14:21:29 mef Exp $ +# $NetBSD: Makefile,v 1.4 2015/05/11 14:29:30 mef Exp $ DISTNAME= tinyxml2-2.2.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=leethomason/} -GITHUB_PROJECT= tinyxml2 -GITHUB_TAG= 2.2.0 EXTRACT_USING= bsdtar MAINTAINER= pkgsrc-users@NetBSD.org |