svn commit: r346879 - in head/devel/py-virtualenv: . files

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Mar 3 10:52:04 UTC 2014


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


More information about the svn-ports-head mailing list