diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-04-26 02:33:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-04-26 02:33:55 +0000 |
commit | 15022b9d602ac33f8f36f5ce34756afdb00051e1 (patch) | |
tree | a799976ec7f4c786b07f89c248050b7ac6ee1621 /devel/drpython/files/patch-setup.py | |
parent | - Update to 0.9.13 (diff) |
- Update to version 3.11.4
PR: 188865
Submitted by: Ports Fury
Diffstat (limited to 'devel/drpython/files/patch-setup.py')
-rw-r--r-- | devel/drpython/files/patch-setup.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/drpython/files/patch-setup.py b/devel/drpython/files/patch-setup.py deleted file mode 100644 index 3a8be6dca12e..000000000000 --- a/devel/drpython/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2008-02-25 16:48:04.000000000 +0900 -+++ setup.py 2008-06-13 02:15:11.000000000 +0900 -@@ -93,6 +93,5 @@ - license = 'GPL', - packages=[ MY_NAME ], - package_dir={ MY_NAME : '.' }, -- package_data={ MY_NAME : DATA }, -- scripts=['postinst.py'], -+ package_data={ MY_NAME : DATA } - ) |