diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-29 22:31:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-29 22:31:12 +0800 |
commit | 2b71c3af1ed20324716a779d3e5ce42c452a9dd2 (patch) | |
tree | e18ea90d5dfe3b4c6942bb6ccc9973fa27acf6e0 /games | |
parent | 1e86c6595cae7c16ce5db6ed1cd83269ff6bb90b (diff) | |
download | freebsd-ports-gnome-2b71c3af1ed20324716a779d3e5ce42c452a9dd2.tar.gz freebsd-ports-gnome-2b71c3af1ed20324716a779d3e5ce42c452a9dd2.tar.zst freebsd-ports-gnome-2b71c3af1ed20324716a779d3e5ce42c452a9dd2.zip |
- Convert to USES=python
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/outerspace/Makefile | 2 | ||||
-rw-r--r-- | games/outerspace/pkg-plist | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/games/outerspace/Makefile b/games/outerspace/Makefile index c65123e119b9..b2075c52dab0 100644 --- a/games/outerspace/Makefile +++ b/games/outerspace/Makefile @@ -12,7 +12,7 @@ COMMENT= On-line strategy game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game -USE_PYTHON= yes +USES= python NO_BUILD= yes SUB_FILES= outerspace diff --git a/games/outerspace/pkg-plist b/games/outerspace/pkg-plist index 3086a358a086..a6e699799d8c 100644 --- a/games/outerspace/pkg-plist +++ b/games/outerspace/pkg-plist @@ -96,10 +96,3 @@ lib/outerspace/res/gray/tool.down.png lib/outerspace/res/gray/tool.normal.png lib/outerspace/res/icon32.png lib/outerspace/res/smallicon.ico -@dirrm lib/outerspace/res/gray -@dirrm lib/outerspace/res -@dirrm lib/outerspace/oslauncher/urlgrabber -@dirrm lib/outerspace/oslauncher/pgu/gui -@dirrm lib/outerspace/oslauncher/pgu -@dirrm lib/outerspace/oslauncher -@dirrm lib/outerspace |