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 /devel/roundup/Makefile | |
parent | 2f71cec74f81aa2a3128422a53bff191d1531360 (diff) | |
download | pkgsrc-66657f0945bd10aea95bf8000afc916d947cfbd8.tar.gz |
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'devel/roundup/Makefile')
-rw-r--r-- | devel/roundup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index e7a716cddef..acfd52275a4 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.49 2016/06/08 17:43:27 wiz Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= http://pypi.python.org/packages/source/r/roundup/ +MASTER_SITES= ${MASTER_SITE_PYPI:=r/roundup/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://roundup.sourceforge.net/ |