svn commit: r370535 - head/games/entombed

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


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 at 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
- at dirrm %%DATADIR%%/sounds
- at dirrm %%DATADIR%%/music
- at dirrm %%DATADIR%%/images_halfsize
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%/embedded/images
- at dirrm %%DATADIR%%/embedded
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list