Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 14:01:01 +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: r369964 - head/games/sdl_lopan
Message-ID:  <201410041401.s94E117J067244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%



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