svn commit: r304551 - head/games/kye

Jase Thew jase at FreeBSD.org
Wed Sep 19 23:50:14 UTC 2012


Author: jase
Date: Wed Sep 19 23:50:13 2012
New Revision: 304551
URL: http://svn.freebsd.org/changeset/ports/304551

Log:
  - Remove PORTDATA and tidy-up pkg-plist
  
  PR:		ports/171239
  Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
  Approved by:	flo (mentor)

Modified:
  head/games/kye/Makefile
  head/games/kye/pkg-plist   (contents, props changed)

Modified: head/games/kye/Makefile
==============================================================================
--- head/games/kye/Makefile	Wed Sep 19 22:41:14 2012	(r304550)
+++ head/games/kye/Makefile	Wed Sep 19 23:50:13 2012	(r304551)
@@ -7,7 +7,7 @@
 
 PORTNAME=	kye
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games python
 MASTER_SITES=	http://games.moria.org.uk/kye/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,6 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 NO_BUILD=	yes
 
-PORTDATA=	*
 PORTDOCS=	NEWS README
 
 SUB_FILES=	pkg-message

Modified: head/games/kye/pkg-plist
==============================================================================
--- head/games/kye/pkg-plist	Wed Sep 19 22:41:14 2012	(r304550)
+++ head/games/kye/pkg-plist	Wed Sep 19 23:50:13 2012	(r304551)
@@ -42,7 +42,13 @@ bin/Kye-edit
 %%PYTHON_SITELIBDIR%%/kye/stbar.py
 %%PYTHON_SITELIBDIR%%/kye/stbar.pyc
 %%PYTHON_SITELIBDIR%%/kye/stbar.pyo
+%%DATADIR%%/images.tar.gz
+%%DATADIR%%/intro.kye
+%%DATADIR%%/quests.kye
+%%DATADIR%%/template.kye
 share/pixmaps/Kye-edit.png
 share/pixmaps/Kye.png
- at dirrmtry share/applications
- at dirrm %%PYTHON_SITELIBDIR%%/kye
+ at dirrmtry %%DATADIR%%
+ at dirrmtry %%PYTHON_SITELIBDIR%%/kye
+ at dirrmtry %%PYTHON_SITELIBDIR%%
+ at dirrmtry %%PYTHON_LIBDIR%%



More information about the svn-ports-all mailing list