diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-28 10:53:33 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-28 10:53:33 +0000 |
commit | 48e9d18cfe4098dc893e36246f391d0c9d3cd7f1 (patch) | |
tree | d5dd9062b19f8b15b9c9b997a49f9ba67b5f811b /math/py-fpconst | |
parent | 7da7c6a405a287b8b46a9e6eab131c9993d96f8d (diff) |
Notes
Diffstat (limited to 'math/py-fpconst')
-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 cdf13698d263..9a97393e7c2b 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 180519d5ed0a..000000000000 --- a/math/py-fpconst/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/fpconst.py -%%PYTHON_SITELIBDIR%%/fpconst.pyc -%%PYTHON_SITELIBDIR%%/fpconst.pyo |