Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2014 14:00:50 +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: r370535 - head/games/entombed
Message-ID:  <201410091400.s99E0oST099125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct  9 14:00:50 2014
New Revision: 370535
URL: https://svnweb.freebsd.org/changeset/ports/370535
QAT: https://qat.redports.org/buildarchive/r370535/

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

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

Modified: head/games/entombed/Makefile
==============================================================================
--- head/games/entombed/Makefile	Thu Oct  9 14:00:45 2014	(r370534)
+++ head/games/entombed/Makefile	Thu Oct  9 14:00:50 2014	(r370535)
@@ -15,6 +15,7 @@ MAINTAINER=	games@FreeBSD.org
 COMMENT=	One- or two-player maze game based on the Entombed
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/docs/COPYING.txt
 
 USES=		gmake
 USE_SDL=	image mixer sdl

Modified: head/games/entombed/pkg-plist
==============================================================================
--- head/games/entombed/pkg-plist	Thu Oct  9 14:00:45 2014	(r370534)
+++ head/games/entombed/pkg-plist	Thu Oct  9 14:00:50 2014	(r370535)
@@ -66,10 +66,3 @@ bin/entombed
 %%DATADIR%%/sounds/zombie_eat.wav
 %%DATADIR%%/sounds/zombie_mad.wav
 share/pixmaps/entombed.png
-@dirrm %%DATADIR%%/sounds
-@dirrm %%DATADIR%%/music
-@dirrm %%DATADIR%%/images_halfsize
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/embedded/images
-@dirrm %%DATADIR%%/embedded
-@dirrm %%DATADIR%%



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