diff options
-rw-r--r-- | math/py-fpconst/Makefile | 7 | ||||
-rw-r--r-- | math/py-fpconst/pkg-plist | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index cdf13698d26..9a97393e7c2 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -4,15 +4,14 @@ PORTNAME= fpconst PORTVERSION= 0.7.2 CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_CHEESESHOP} -MASTER_SITE_SUBDIR= source/f/fpconst +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for handling IEEE 754 floating point special values -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/py-fpconst/pkg-plist b/math/py-fpconst/pkg-plist deleted file mode 100644 index 180519d5ed0..00000000000 --- a/math/py-fpconst/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/fpconst.py -%%PYTHON_SITELIBDIR%%/fpconst.pyc -%%PYTHON_SITELIBDIR%%/fpconst.pyo |