svn commit: r337537 - head/x11-wm/qtile

William Grzybowski wg at FreeBSD.org
Thu Dec 26 15:18:50 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list