diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-09 09:18:25 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-09 09:18:25 +0000 |
commit | 1c16d69299fe7f8acd0555b6be8b48436104fa2c (patch) | |
tree | 022f34979296e05893062fa1efff1b3221896fa1 /games/jools/files/patch-jools::__init__.py | |
parent | Prevent Makefile from running "gconftool-2 --makefile-install-rule". This (diff) |
- Bump PORTREVISION, add musics
- Transfer maintainership to games@ team
- Use PYGAME instead of PYTHON_SITELIBDIR
- Add license (GPLv2)
- Add DOCS and Option
- Add Desktop entry file
- Remove .placeholder
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Symlink the icon
- Recreate patch with make makepatch
- Recreate pkg-plist with make makeplist
Notes
Notes:
svn path=/head/; revision=350673
Diffstat (limited to 'games/jools/files/patch-jools::__init__.py')
-rw-r--r-- | games/jools/files/patch-jools::__init__.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games/jools/files/patch-jools::__init__.py b/games/jools/files/patch-jools::__init__.py deleted file mode 100644 index 2042d804064d..000000000000 --- a/games/jools/files/patch-jools::__init__.py +++ /dev/null @@ -1,18 +0,0 @@ ---- jools/__init__.py.orig Sat Aug 30 20:04:03 2003 -+++ jools/__init__.py Sat Aug 30 20:04:32 2003 -@@ -24,6 +24,7 @@ - # Primary game control loop. - # - -+import os, random, sys - - try: - import pygame -@@ -31,7 +32,6 @@ - sys.exit("Jools requires Pygame, which does not appear to be installed.") - - --import os, random, sys - from pygame.locals import * - - from globals import * |