diff options
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r-- | math/py-fpconst/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index aca25c038cd7..cdf13698d263 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-fpconst -# Date created: 7 Oct 2003 -# Whom: Rui Lopes <rui@ruilopes.com> -# +# Created by: Rui Lopes <rui@ruilopes.com> # $FreeBSD$ PORTNAME= fpconst @@ -17,4 +14,5 @@ COMMENT= Utilities for handling IEEE 754 floating point special values USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> |