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 /math/py-rpy/Makefile | |
parent | 2f71cec74f81aa2a3128422a53bff191d1531360 (diff) | |
download | pkgsrc-66657f0945bd10aea95bf8000afc916d947cfbd8.tar.gz |
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r-- | math/py-rpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index e0557efd804..becb15912c9 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.39 2015/04/14 11:40:31 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/06/08 17:43:35 wiz Exp $ DISTNAME= rpy2-2.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} PKGREVISION= 2 CATEGORIES= math python -MASTER_SITES= https://pypi.python.org/packages/source/r/rpy2/ +MASTER_SITES= ${MASTER_SITE_PYPI:=r/rpy2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rpy.sourceforge.net/ |