diff options
Diffstat (limited to 'math/py-fpconst')
-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 |