Date: Thu, 3 Sep 2015 10:28:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395944 - head/math/py-pymc Message-ID: <201509031028.t83ASGbc081755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 3 10:28:15 2015 New Revision: 395944 URL: https://svnweb.freebsd.org/changeset/ports/395944 Log: - 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) Modified: head/math/py-pymc/Makefile Modified: head/math/py-pymc/Makefile ============================================================================== --- head/math/py-pymc/Makefile Thu Sep 3 10:12:17 2015 (r395943) +++ head/math/py-pymc/Makefile Thu Sep 3 10:28:15 2015 (r395944) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031028.t83ASGbc081755>