diff options
author | obache <obache@pkgsrc.org> | 2008-09-02 02:59:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-02 02:59:35 +0000 |
commit | 913995796989bc29d87282aeefc9a73542d62b4e (patch) | |
tree | 36ff95203e248fb1f0a027a2ce7846b5d3703013 /math | |
parent | 7fd9e30e1e73f88f15c3e00b291be2aa10f92172 (diff) | |
download | pkgsrc-913995796989bc29d87282aeefc9a73542d62b4e.tar.gz |
MASTER_SITES is not available now.
Noticed by Zafer Aydogan via private mail.
Also update HOMPEGE, and add commented out SourceForge as MASTER_SITES,
it only have newer version.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-fpconst/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index 149d7b7eece..670a403611a 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:37 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/09/02 02:59:35 obache Exp $ # DISTNAME= fpconst-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= math python -MASTER_SITES= http://www.analytics.washington.edu/~warnes/fpconst/ +MASTER_SITES= # ${MASTER_SITE_SOURCEFORGE:=rsoap/} MAINTAINER= recht@NetBSD.org -HOMEPAGE= http://www.analytics.washington.edu/statcomp/projects/rzope/fpconst/ +HOMEPAGE= http://research.warnes.net/projects/RStatServer/fpconst/ COMMENT= IEEE 754 floating point special handling for Python PKG_DESTDIR_SUPPORT= user-destdir |