Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2014 04:16:18 +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: r373748 - head/games/xabacus
Message-ID:  <201412020416.sB24GIcE063660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec  2 04:16:18 2014
New Revision: 373748
URL: https://svnweb.freebsd.org/changeset/ports/373748
QAT: https://qat.redports.org/buildarchive/r373748/

Log:
  - Fix license
  - Add LICENSE_FILE
  - There is absolutely no need for binary to be owned by games:games

Modified:
  head/games/xabacus/Makefile
  head/games/xabacus/pkg-plist

Modified: head/games/xabacus/Makefile
==============================================================================
--- head/games/xabacus/Makefile	Tue Dec  2 04:16:09 2014	(r373747)
+++ head/games/xabacus/Makefile	Tue Dec  2 04:16:18 2014	(r373748)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://www.tux.org/~bagley
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Abacus for X Window System
 
-LICENSE=	BSD
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		tar:bzip2
 USE_XORG=	xpm

Modified: head/games/xabacus/pkg-plist
==============================================================================
--- head/games/xabacus/pkg-plist	Tue Dec  2 04:16:09 2014	(r373747)
+++ head/games/xabacus/pkg-plist	Tue Dec  2 04:16:18 2014	(r373748)
@@ -1,4 +1,4 @@
-@(games,games,) bin/xabacus
+bin/xabacus
 lib/X11/app-defaults/Abacus
 man/man6/xabacus.6.gz
 share/icons/hicolor/16x16/apps/abacus.png



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