svn commit: r374020 - head/games/xpuyopuyo

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 5 13:12:53 UTC 2014


Author: amdmi3
Date: Fri Dec  5 13:12:52 2014
New Revision: 374020
URL: https://svnweb.freebsd.org/changeset/ports/374020
QAT: https://qat.redports.org/buildarchive/r374020/

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

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

Modified: head/games/xpuyopuyo/Makefile
==============================================================================
--- head/games/xpuyopuyo/Makefile	Fri Dec  5 13:12:46 2014	(r374019)
+++ head/games/xpuyopuyo/Makefile	Fri Dec  5 13:12:52 2014	(r374020)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://chaos2.org/xpuyopuy
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Puzzle game, somewhat like Tetris
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-gnome
 USES=		gmake libtool

Modified: head/games/xpuyopuyo/pkg-plist
==============================================================================
--- head/games/xpuyopuyo/pkg-plist	Fri Dec  5 13:12:46 2014	(r374019)
+++ head/games/xpuyopuyo/pkg-plist	Fri Dec  5 13:12:52 2014	(r374020)
@@ -209,11 +209,3 @@ man/man6/xpuyopuyo.6.gz
 %%DATADIR%%/themes/spheres/img_top.xpm
 %%DATADIR%%/themes/spheres/img_trans.xpm
 %%DATADIR%%/xpuyopuyo.txt
- at dirrm %%DATADIR%%/themes/spheres
- at dirrm %%DATADIR%%/themes/smileys
- at dirrm %%DATADIR%%/themes/fabo
- at dirrm %%DATADIR%%/themes/default
- at dirrm %%DATADIR%%/themes/3dRokz
- at dirrm %%DATADIR%%/themes
- at dirrm %%DATADIR%%/sounds
- at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list