aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-14 21:46:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-14 21:46:48 +0000
commit241a78ef37766fd15ec46ea69e0e68c2fbe68529 (patch)
tree790c0c95406711f92ab347f55b681525251deb78 /x11-wm
parent3c48cf373a232e426216e2fd38a97dabb9e9c694 (diff)
downloadports-241a78ef37766fd15ec46ea69e0e68c2fbe68529.tar.gz
ports-241a78ef37766fd15ec46ea69e0e68c2fbe68529.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/antiwm/Makefile11
-rw-r--r--x11-wm/antiwm/pkg-descr2
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-wm/antiwm/Makefile b/x11-wm/antiwm/Makefile
index 807f32bbf863..4308890eaef4 100644
--- a/x11-wm/antiwm/Makefile
+++ b/x11-wm/antiwm/Makefile
@@ -9,12 +9,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Minimalist window manager inspired by Ratpoison
-OPTIONS_DEFINE= DOCS
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
USE_XORG= x11
PLIST_FILES= bin/antiwm
-PORTDOCS= README LICENSE
+PORTDOCS= README
+
+OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:"
@@ -28,7 +31,9 @@ post-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
diff --git a/x11-wm/antiwm/pkg-descr b/x11-wm/antiwm/pkg-descr
index 3174817b1bb9..d72aa257d659 100644
--- a/x11-wm/antiwm/pkg-descr
+++ b/x11-wm/antiwm/pkg-descr
@@ -2,4 +2,4 @@ AntiWM is a small and simple window manager with a focus on
productivity and utility. Inspired by ratpoison, AntiWM is
keyboard driven and handles all windows fullscreen.
-WWW: http://sourceforge.net/projects/antiwm
+WWW: http://sourceforge.net/projects/antiwm/