summaryrefslogtreecommitdiff
path: root/math/py-pymc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 10:28:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 10:28:15 +0000
commitcbd5dd289279696a9b48c095df8c9dfe8b828bf9 (patch)
treebbb8f4f1f58d64cd3f7e4e586e2dee7ba02731e1 /math/py-pymc
parent- Remove CHOWNing of installed files; this was broken with pkg, and doesn't s... (diff)
- Remove everything related to DOCS as not documentation is actually installed
- Sort USE_PYTHON PR: 200620 Submitted by: amdmi3 Approved by: maintainer timeout (wenheping@gmail.com, 3 months)
Notes
Notes: svn path=/head/; revision=395944
Diffstat (limited to 'math/py-pymc')
-rw-r--r--math/py-pymc/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/math/py-pymc/Makefile b/math/py-pymc/Makefile
index fb8b9e6c7709..979c9fea2c97 100644
--- a/math/py-pymc/Makefile
+++ b/math/py-pymc/Makefile
@@ -25,14 +25,8 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy
-OPTIONS_DEFINE= DOCS
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-
-LDFLAGS+= -shared
-
-USES= python
-USE_PYTHON= distutils autoplist
-PORTDOCS= *
+USES= python
+USE_PYTHON= autoplist distutils
LDFLAGS+= -shared
@@ -44,6 +38,5 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/gp/linalg_utils.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/Container_values.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/LazyFunction.so
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>