svn commit: r388733 - head/games/solarwolf

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 16:51:03 UTC 2015


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 at 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 @@
- at mode 555
-bin/solarwolf
- at 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
- at mode 755
- at dirrmtry %%DATADIR%%/code
- at dirrmtry %%DATADIR%%/data/audio
- at dirrmtry %%DATADIR%%/data/music
- at dirrmtry %%DATADIR%%/data
- at dirrmtry %%DATADIR%%


More information about the svn-ports-all mailing list