From owner-svn-ports-all@freebsd.org Sun Feb 14 21:46:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8512FAA9196; Sun, 14 Feb 2016 21:46:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 554C0B28; Sun, 14 Feb 2016 21:46:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELkngq006157; Sun, 14 Feb 2016 21:46:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELknLl006155; Sun, 14 Feb 2016 21:46:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142146.u1ELknLl006155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408898 - head/x11-wm/antiwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:46:50 -0000 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 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/