Date: Mon, 3 Mar 2014 10:52:03 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346879 - in head/devel/py-virtualenv: . files Message-ID: <201403031052.s23Aq30U062777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Mar 3 10:52:03 2014 New Revision: 346879 URL: http://svnweb.freebsd.org/changeset/ports/346879 QAT: https://qat.redports.org/buildarchive/r346879/ Log: devel/py-virtualenv: remove py3k-fix-pkg-plist.inc - remove files/py3k-fix-pkg-plist.inc - last consumer of it gone. This functionality is included into bsd.python.mk and works automagically for py3 ports - unmute docs installation command and remove pkg-plist while here Approved by: nivit (maintainer, explicitly for such changes in his ports) Deleted: head/devel/py-virtualenv/files/ head/devel/py-virtualenv/pkg-plist Modified: head/devel/py-virtualenv/Makefile Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Mon Mar 3 10:42:55 2014 (r346878) +++ head/devel/py-virtualenv/Makefile Mon Mar 3 10:52:03 2014 (r346879) @@ -27,11 +27,12 @@ PYDISTUTILS_AUTOPLIST= yes .if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * PYDISTUTILS_BUILD_TARGET+= build_sphinx post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .endif regression-test: build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403031052.s23Aq30U062777>