svn commit: r370529 - head/games/gnomebreakout

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 9 14:00:21 UTC 2014


Author: amdmi3
Date: Thu Oct  9 14:00:20 2014
New Revision: 370529
URL: https://svnweb.freebsd.org/changeset/ports/370529
QAT: https://qat.redports.org/buildarchive/r370529/

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

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

Modified: head/games/gnomebreakout/Makefile
==============================================================================
--- head/games/gnomebreakout/Makefile	Thu Oct  9 14:00:14 2014	(r370528)
+++ head/games/gnomebreakout/Makefile	Thu Oct  9 14:00:20 2014	(r370529)
@@ -9,6 +9,9 @@ MASTER_SITES=	SF/${PORTNAME:S/eb/e-b/}/$
 		http://www.users.on.net/~mipearson/
 DISTNAME=	gnome-breakout-${PORTVERSION}
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 MAINTAINER=	games at FreeBSD.org
 COMMENT=	GNOME version of the classic breakout game
 

Modified: head/games/gnomebreakout/pkg-plist
==============================================================================
--- head/games/gnomebreakout/pkg-plist	Thu Oct  9 14:00:14 2014	(r370528)
+++ head/games/gnomebreakout/pkg-plist	Thu Oct  9 14:00:20 2014	(r370529)
@@ -71,6 +71,3 @@ share/pixmaps/gnome-breakout.png
 %%NLS%%share/locale/ru/LC_MESSAGES/gnome-breakout.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/gnome-breakout.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/gnome-breakout.mo
- at dirrm share/gnome-breakout/pixmaps
- at dirrm share/gnome-breakout/levels
- at dirrm share/gnome-breakout


More information about the svn-ports-head mailing list