diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2020-04-10 23:04:18 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2020-04-10 23:04:18 +0000 |
commit | 6b931afa7c2b2613e0e5ac496a6f0a0b24a4e8f1 (patch) | |
tree | c811b8a4111907490ec543c417d3c3c17e13a704 /games/py-pychess/files/patch-setup | |
parent | Convert PKGMESSAGE to UTF-8 (diff) |
Spell py-pychess as such, unbreaking index.
Allow antoine@ an opportunity to delete this port for the 3rd time
today.
Diffstat (limited to 'games/py-pychess/files/patch-setup')
-rw-r--r-- | games/py-pychess/files/patch-setup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/py-pychess/files/patch-setup b/games/py-pychess/files/patch-setup new file mode 100644 index 000000000000..96fc1fb3be87 --- /dev/null +++ b/games/py-pychess/files/patch-setup @@ -0,0 +1,9 @@ +--- setup.py 2019-03-10 06:22:01.000000000 -0400 ++++ setup.py 2020-04-05 12:09:51.478233000 -0400 +@@ -343,5 +343,4 @@ + scripts=['pychess'], + options={"build_exe": build_exe_options, +- "bdist_msi": bdist_msi_options}, +- executables=executables ++ "bdist_msi": bdist_msi_options} + ) |