svn commit: r337852 - head/math/py-probstat

William Grzybowski wg at FreeBSD.org
Sat Dec 28 11:14:20 UTC 2013


Author: wg
Date: Sat Dec 28 11:14:20 2013
New Revision: 337852
URL: http://svnweb.freebsd.org/changeset/ports/337852

Log:
  math/py-probstat: support staging and use auto plist

Modified:
  head/math/py-probstat/Makefile

Modified: head/math/py-probstat/Makefile
==============================================================================
--- head/math/py-probstat/Makefile	Sat Dec 28 11:12:56 2013	(r337851)
+++ head/math/py-probstat/Makefile	Sat Dec 28 11:14:20 2013	(r337852)
@@ -12,11 +12,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list