diff options
| author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-27 21:07:09 +0000 |
|---|---|---|
| committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-27 21:07:09 +0000 |
| commit | f5b710c4d635e3e277b752a8b5cafae25dc5af50 (patch) | |
| tree | e59d5a2c4c44eae8132be866d4b436bb53c156e3 /sysutils/py-salt-api/files/patch-setup.py | |
| parent | - chase 311078, adjust dependencies and set python_pkgnameprefix (diff) | |
- add new port: sysutils/py-salt-api
Salt API : Expose the fundamental aspects of Salt control to external sources
=============================================================================
Salt API is a modular interface on top of Salt that can provide a variety of
entry points into a running Salt system.
WWW: http://saltstack.org
PR: 175512
Submitted by: christer.edwards@gmail.com
Notes
Notes:
svn path=/head/; revision=311080
Diffstat (limited to 'sysutils/py-salt-api/files/patch-setup.py')
| -rw-r--r-- | sysutils/py-salt-api/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/py-salt-api/files/patch-setup.py b/sysutils/py-salt-api/files/patch-setup.py new file mode 100644 index 000000000000..42bd2ddf4f53 --- /dev/null +++ b/sysutils/py-salt-api/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py 2013-01-22 09:29:51.251688608 -0700 ++++ setup.py-new 2013-01-22 09:35:20.608700323 -0700 +@@ -43,9 +43,9 @@ + ], + package_data={ + 'saltapi.netapi.rest_cherrypy': ['tmpl/*']}, +- data_files=[('share/man/man1', ++ data_files=[('man/man1', + ['doc/man/salt-api.1']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt-api.7'])], + scripts=['scripts/salt-api'], + test_suite='unittest2.collector' if 'unittest2' in locals() else None) |
