svn commit: r369964 - head/games/sdl_lopan

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 4 14:01:01 UTC 2014


Author: amdmi3
Date: Sat Oct  4 14:01:00 2014
New Revision: 369964
URL: https://svnweb.freebsd.org/changeset/ports/369964
QAT: https://qat.redports.org/buildarchive/r369964/

Log:
  - Remove LICENSE, there's no mention of GPL
  - Mark empty variable with comment
  - Drop @dirrm* from plist

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

Modified: head/games/sdl_lopan/Makefile
==============================================================================
--- head/games/sdl_lopan/Makefile	Sat Oct  4 14:00:55 2014	(r369963)
+++ head/games/sdl_lopan/Makefile	Sat Oct  4 14:01:00 2014	(r369964)
@@ -15,13 +15,11 @@ EXTRACT_ONLY=	sdllopan-${DISTVERSION}.tg
 MAINTAINER=	games at FreeBSD.org
 COMMENT=	Mahjong game remake
 
-LICENSE=	GPLv2
-
 WRKSRC=		${WRKDIR}/sdllopan-${PORTVERSION}
 
 USES=		gmake
 USE_SDL=	sdl image mixer
-ALL_TARGET=
+ALL_TARGET=	# empty
 
 PORTDOCS=	Changelog README
 OPTIONS_DEFINE=	DOCS

Modified: head/games/sdl_lopan/pkg-plist
==============================================================================
--- head/games/sdl_lopan/pkg-plist	Sat Oct  4 14:00:55 2014	(r369963)
+++ head/games/sdl_lopan/pkg-plist	Sat Oct  4 14:01:00 2014	(r369964)
@@ -36,5 +36,3 @@ share/pixmaps/sdl_lopan.png
 %%DATADIR%%/data/bg9.pcx
 %%DATADIR%%/data/tiles0.pcx
 %%DATADIR%%/data/tiles1.pcx
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list