diff options
author | wg <wg@FreeBSD.org> | 2013-12-28 19:14:20 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-28 19:14:20 +0800 |
commit | 122b57820b80d69c43f3f7c5bc225fc2aa17cb80 (patch) | |
tree | f2eadf304b7fbe1be3da96248ae6df36779ea920 /math/py-probstat | |
parent | 32deb563397528419767f5d168f850795a9ac67d (diff) | |
download | freebsd-ports-gnome-122b57820b80d69c43f3f7c5bc225fc2aa17cb80.tar.gz freebsd-ports-gnome-122b57820b80d69c43f3f7c5bc225fc2aa17cb80.tar.zst freebsd-ports-gnome-122b57820b80d69c43f3f7c5bc225fc2aa17cb80.zip |
math/py-probstat: support staging and use auto plist
Diffstat (limited to 'math/py-probstat')
-rw-r--r-- | math/py-probstat/Makefile | 5 |
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> |