Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 15:33:53 +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: r371688 - head/games/qonk
Message-ID:  <201410291533.s9TFXreh099186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 29 15:33:53 2014
New Revision: 371688
URL: https://svnweb.freebsd.org/changeset/ports/371688
QAT: https://qat.redports.org/buildarchive/r371688/

Log:
  - Add LICENSE
  - Drop @dirrm* from plist

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

Modified: head/games/qonk/Makefile
==============================================================================
--- head/games/qonk/Makefile	Wed Oct 29 15:33:44 2014	(r371687)
+++ head/games/qonk/Makefile	Wed Oct 29 15:33:53 2014	(r371688)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small space build and conquer strategy game
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 USE_SDL=	sdl gfx ttf image

Modified: head/games/qonk/pkg-plist
==============================================================================
--- head/games/qonk/pkg-plist	Wed Oct 29 15:33:44 2014	(r371687)
+++ head/games/qonk/pkg-plist	Wed Oct 29 15:33:53 2014	(r371688)
@@ -2,4 +2,3 @@ bin/qonk
 %%DATADIR%%/font.ttf
 %%DATADIR%%/highlight.png
 %%DATADIR%%/normal.png
-@dirrm %%DATADIR%%



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