c531abbd66
"if it works for you then commit" pea@ (old maintainer)
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
$OpenBSD: patch-setup_py,v 1.3 2012/04/27 13:53:15 giovanni Exp $
|
|
--- setup.py.orig Sun Mar 18 04:51:37 2012
|
|
+++ setup.py Thu Apr 19 12:23:05 2012
|
|
@@ -14,11 +14,13 @@ setup(name='python-policyd-spf',
|
|
py_modules=['policydspfsupp', 'policydspfuser'],
|
|
keywords = ['Postfix','spf','email'],
|
|
scripts = ['policyd-spf'],
|
|
- 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'])],
|
|
+ data_files=[
|
|
+ ('man/man1',['policyd-spf.1']),
|
|
+ ('man/man5',['policyd-spf.conf.5']),
|
|
+ ('man/man5',['policyd-spf.peruser.5']),
|
|
+ ('share/examples/py-policyd-spf',['policyd-spf.conf']),
|
|
+ ('share/examples/py-policyd-spf',['policyd-spf.conf.commented']),
|
|
+ ('share/doc/py-policyd-spf',['README.per_user_whitelisting'])],
|
|
classifiers = [
|
|
'Development Status :: 5 - Production/Stable',
|
|
'Environment :: No Input/Output (Daemon)',
|