summaryrefslogtreecommitdiff
path: root/mail/py-spf-engine/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'mail/py-spf-engine/files/patch-setup.py')
-rw-r--r--mail/py-spf-engine/files/patch-setup.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/py-spf-engine/files/patch-setup.py b/mail/py-spf-engine/files/patch-setup.py
new file mode 100644
index 000000000000..1dbd9b028133
--- /dev/null
+++ b/mail/py-spf-engine/files/patch-setup.py
@@ -0,0 +1,16 @@
+--- setup.py.orig 2019-10-27 01:15:11 UTC
++++ setup.py
+@@ -25,11 +25,8 @@ setup(name='spf-engine',
+ include_package_data=True,
+ data_files=[(os.path.join('share', 'man', 'man1'),
+ ['policyd-spf.1']), (os.path.join('share', 'man', 'man5'),
+- ['policyd-spf.conf.5']), (os.path.join('etc', 'python-policyd-spf'),
+- ['policyd-spf.conf']), (os.path.join('share', 'man', 'man5'),
+- ['policyd-spf.peruser.5']), (os.path.join('lib', 'systemd', 'system'),
+- ['system/pyspf-milter.service']),(os.path.join('etc', 'init.d'),
+- ['system/pyspf-milter']) ],
++ ['policyd-spf.conf.5']), (os.path.join('share', 'man', 'man5'),
++ ['policyd-spf.peruser.5'])],
+ classifiers = [
+ 'Development Status :: 5 - Production/Stable',
+ 'Environment :: No Input/Output (Daemon)',