diff options
Diffstat (limited to 'toolchain/mpfr')
-rw-r--r-- | toolchain/mpfr/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/mpfr/Makefile.inc b/toolchain/mpfr/Makefile.inc index a30ff5c5b..265647544 100644 --- a/toolchain/mpfr/Makefile.inc +++ b/toolchain/mpfr/Makefile.inc @@ -7,5 +7,5 @@ PKG_NAME:= mpfr PKG_VERSION:= 2.4.1 PKG_RELEASE:= 1 PKG_MD5SUM:= c5ee0a8ce82ad55fe29ac57edd35d09e -MASTER_SITES:= http://www.mpfr.org/mpfr-current/ +PKG_SITES:= http://www.mpfr.org/mpfr-current/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |