diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 23:17:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 23:17:59 +0200 |
commit | 5f15b1c8d4938805342426bb4b878ad2205a048d (patch) | |
tree | 5244ec8d6159c7b6944c6f020bb4c795af23240e /toolchain/mpfr | |
parent | 19cc238f03898253d8016e76476606373f14b44c (diff) |
fix variable name
- MASTER_SITES -> PKG_SITES
- make libc boolean, makes no sense as package
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 |