diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-08 17:43:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-08 17:43:20 +0000 |
commit | 66657f0945bd10aea95bf8000afc916d947cfbd8 (patch) | |
tree | b5b84bf5c7f997fcce4ec3a54792f163b6b658ca /graphics/py-seqdiag | |
parent | 2f71cec74f81aa2a3128422a53bff191d1531360 (diff) | |
download | pkgsrc-66657f0945bd10aea95bf8000afc916d947cfbd8.tar.gz |
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 1ea5e8158d5..b55fa0e0b12 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2015/03/15 19:31:45 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.15 2016/06/08 17:43:34 wiz Exp $ DISTNAME= seqdiag-0.9.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics -MASTER_SITES= http://pypi.python.org/packages/source/s/seqdiag/ +MASTER_SITES= ${MASTER_SITE_PYPI:=s/seqdiag/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://blockdiag.com/seqdiag/build/html/ |