summaryrefslogtreecommitdiff
path: root/graphics/py-qrcode
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-11 03:12:51 +0000
committerrodent <rodent>2015-04-11 03:12:51 +0000
commit0e92865eaf92e303af2ba97fd22a22360a21b524 (patch)
treef6e2d5b62526b96d0f3b752a82b103f5e003eddf /graphics/py-qrcode
parent3281f522db587700ff8c359a165375a9a18fe1a5 (diff)
downloadpkgsrc-0e92865eaf92e303af2ba97fd22a22360a21b524.tar.gz
Use MASTER_SITE_GITHUB in HOMEPAGE.
Diffstat (limited to 'graphics/py-qrcode')
-rw-r--r--graphics/py-qrcode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile
index 7db37a2c903..8886e01c1a9 100644
--- a/graphics/py-qrcode/Makefile
+++ b/graphics/py-qrcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/11/09 16:52:14 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/11 03:12:51 rodent Exp $
DISTNAME= qrcode-5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= graphics
MASTER_SITES= https://pypi.python.org/packages/source/q/qrcode/
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= https://github.com/lincolnloop/python-qrcode
+HOMEPAGE= ${MASTER_SITE_GITHUB:=lincolnloop/python-qrcode}
COMMENT= Python QR Code image generator
LICENSE= modified-bsd