aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-wm/qtile/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile
index 48bd7e70184a..533cf68ec8fc 100644
--- a/x11-wm/qtile/Makefile
+++ b/x11-wm/qtile/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= wg@FreeBSD.org
COMMENT= Small, flexible, scriptable tiling window manager written in Python
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xpyb>0:${PORTSDIR}/x11/xpyb \
${PYTHON_PKGNAMEPREFIX}cairo>0:${PORTSDIR}/graphics/py-cairo
@@ -22,17 +23,14 @@ USE_GNOME= pygobject pygtk2
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
PORTDOCS= CHANGELOG INSTALL.rst README.rst
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>