Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 15:18:49 +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: r337537 - head/x11-wm/qtile
Message-ID:  <201312261518.rBQFIn1w039012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Dec 26 15:18:49 2013
New Revision: 337537
URL: http://svnweb.freebsd.org/changeset/ports/337537

Log:
  x11-wm/qtile: allow staging and minor fixes
  
  - Allow staging
  - Switch from easy_install to install
  - Install docs unconditionally (stage will handle it)
  - Unmute docs install command
  - Do not install LICENSE

Deleted:
  head/x11-wm/qtile/pkg-plist
Modified:
  head/x11-wm/qtile/Makefile

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Thu Dec 26 15:17:10 2013	(r337536)
+++ head/x11-wm/qtile/Makefile	Thu Dec 26 15:18:49 2013	(r337537)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qtile
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 
 MAINTAINER=	wg@FreeBSD.org
@@ -21,19 +22,17 @@ GH_TAGNAME=	v0.6
 USE_GNOME=	pygobject pygtk2
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PORTDOCS=	CHANGELOG INSTALL.rst LICENSE README.rst
+PORTDOCS=	CHANGELOG INSTALL.rst README.rst
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-. for f in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-. endfor
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>



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