diff options
author | rene <rene@FreeBSD.org> | 2015-08-16 18:26:43 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-08-16 18:26:43 +0800 |
commit | 523ff2fd4610eaf6768766afb76c875cb8a776b5 (patch) | |
tree | 7033b0ba515c87800e8fc2daf3452ec035c489bb /games/galaxymage/files/patch-GalaxyMage.py | |
parent | 4628d99c6f836007e4adca84cbb69289d2ec2ae7 (diff) | |
download | freebsd-ports-graphics-523ff2fd4610eaf6768766afb76c875cb8a776b5.tar.gz freebsd-ports-graphics-523ff2fd4610eaf6768766afb76c875cb8a776b5.tar.zst freebsd-ports-graphics-523ff2fd4610eaf6768766afb76c875cb8a776b5.zip |
Remove expired port:
2015-08-16 games/galaxymage: Runtime broken and abandoned upstream
Diffstat (limited to 'games/galaxymage/files/patch-GalaxyMage.py')
-rw-r--r-- | games/galaxymage/files/patch-GalaxyMage.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/galaxymage/files/patch-GalaxyMage.py b/games/galaxymage/files/patch-GalaxyMage.py deleted file mode 100644 index 746707436f6..00000000000 --- a/games/galaxymage/files/patch-GalaxyMage.py +++ /dev/null @@ -1,11 +0,0 @@ ---- GalaxyMage.py.old Mon Jan 30 20:13:39 2006 -+++ GalaxyMage.py Mon Jan 30 20:13:51 2006 -@@ -23,7 +23,7 @@ - import os, sys - if os.path.isdir(sys.path[0]): - os.chdir(sys.path[0]) --sys.path.append("src") -+sys.path.append("%%DATADIR%%") - - import Main - |