Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 16:51:02 +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: r388733 - head/games/solarwolf
Message-ID:  <201506071651.t57Gp2EP071432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jun  7 16:51:01 2015
New Revision: 388733
URL: https://svnweb.freebsd.org/changeset/ports/388733

Log:
  - Add LICENSE_FILE
  - Modernize plist
  
  Approved by:	portmgr blanket

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

Modified: head/games/solarwolf/Makefile
==============================================================================
--- head/games/solarwolf/Makefile	Sun Jun  7 16:18:05 2015	(r388732)
+++ head/games/solarwolf/Makefile	Sun Jun  7 16:51:01 2015	(r388733)
@@ -11,6 +11,7 @@ MAINTAINER=	mail@maxlor.com
 COMMENT=	Action/arcade game originally based of SolarFox on the Atari 2600
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/lgpl.txt
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
 

Modified: head/games/solarwolf/pkg-plist
==============================================================================
--- head/games/solarwolf/pkg-plist	Sun Jun  7 16:18:05 2015	(r388732)
+++ head/games/solarwolf/pkg-plist	Sun Jun  7 16:51:01 2015	(r388733)
@@ -1,6 +1,4 @@
-@mode 555
-bin/solarwolf
-@mode
+@(,,555) bin/solarwolf
 man/man6/solarwolf.6.gz
 share/pixmaps/solarwolf.png
 %%DATADIR%%/code/allmodules.py
@@ -170,9 +168,3 @@ share/pixmaps/solarwolf.png
 %%DATADIR%%/readme.txt
 %%DATADIR%%/solarwolf.py
 %%DATADIR%%/solarwolf.pyc
-@mode 755
-@dirrmtry %%DATADIR%%/code
-@dirrmtry %%DATADIR%%/data/audio
-@dirrmtry %%DATADIR%%/data/music
-@dirrmtry %%DATADIR%%/data
-@dirrmtry %%DATADIR%%



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