summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-28 11:14:20 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-28 11:14:20 +0000
commit0c121deb76cc0ba77f4209de23090b966a66fed9 (patch)
treef2eadf304b7fbe1be3da96248ae6df36779ea920 /math
parentmath/py-gnuplot: support staging (diff)
math/py-probstat: support staging and use auto plist
Notes
Notes: svn path=/head/; revision=337852
Diffstat (limited to 'math')
-rw-r--r--math/py-probstat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile
index 7113f408dec5..ee2a2b6b0bac 100644
--- a/math/py-probstat/Makefile
+++ b/math/py-probstat/Makefile
@@ -12,11 +12,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Probability And Statistics Utils for Python
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/probstat.so
-PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGVERSION= 0.9
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>