Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 11:53:38 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330303 - head/devel/py-pyev
Message-ID:  <201310141153.r9EBrcN5065871@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Oct 14 11:53:37 2013
New Revision: 330303
URL: http://svnweb.freebsd.org/changeset/ports/330303

Log:
  devel/py-pyev: allow staging
  
  - Allow staging
  - Use python auto plist
  
  PR:		ports/182642
  Submitted by:	Denis Generalov <gd rambler-co.ru> (maintainer)

Modified:
  head/devel/py-pyev/Makefile

Modified: head/devel/py-pyev/Makefile
==============================================================================
--- head/devel/py-pyev/Makefile	Mon Oct 14 11:43:19 2013	(r330302)
+++ head/devel/py-pyev/Makefile	Mon Oct 14 11:53:37 2013	(r330303)
@@ -17,12 +17,10 @@ LIB_DEPENDS=	libev.so:${PORTSDIR}/devel/
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
 PYDISTUTILS_PKGVERSION=${PORTVERSION}${DISTVERSIONSUFFIX}
 
 CFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pyev.so
-
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141153.r9EBrcN5065871>