add stage support Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"