Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 21:46:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408898 - head/x11-wm/antiwm
Message-ID:  <201602142146.u1ELknLl006155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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