svn commit: r408898 - head/x11-wm/antiwm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Feb 14 21:46:50 UTC 2016
Author: amdmi3
Date: Sun Feb 14 21:46:48 2016
New Revision: 408898
URL: https://svnweb.freebsd.org/changeset/ports/408898
Log:
- Add LICENSE
- Switch to options helpers
- Fix WWW:
Modified:
head/x11-wm/antiwm/Makefile
head/x11-wm/antiwm/pkg-descr
Modified: head/x11-wm/antiwm/Makefile
==============================================================================
--- head/x11-wm/antiwm/Makefile Sun Feb 14 21:46:37 2016 (r408897)
+++ head/x11-wm/antiwm/Makefile Sun Feb 14 21:46:48 2016 (r408898)
@@ -9,12 +9,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at 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>
Modified: head/x11-wm/antiwm/pkg-descr
==============================================================================
--- head/x11-wm/antiwm/pkg-descr Sun Feb 14 21:46:37 2016 (r408897)
+++ head/x11-wm/antiwm/pkg-descr Sun Feb 14 21:46:48 2016 (r408898)
@@ -2,4 +2,4 @@ AntiWM is a small and simple window mana
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/
More information about the svn-ports-head
mailing list