diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-11-11 15:23:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-11-11 15:23:02 +0000 |
commit | 8447fbcf6a555f9b927b2a6e730d729645cfde04 (patch) | |
tree | 63e03e034c677a07967dbbba579c9dfb02400707 /x11/xpra/files/patch-setup.py | |
parent | Add missing pkg-plist entry. (diff) |
- Update to 0.7.2
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307319
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r-- | x11/xpra/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py new file mode 100644 index 000000000000..425caf23389f --- /dev/null +++ b/x11/xpra/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2012-11-08 10:32:55.726940413 -0500 ++++ setup.py 2012-11-08 10:33:07.064940881 -0500 +@@ -436,7 +436,7 @@ + #******************************************************************************* + else: + data_files += [ +- ("share/man/man1", ["man/xpra.1", "man/xpra_launcher.1", "man/parti.1"]), ++ ("man/man1", ["man/xpra.1", "man/xpra_launcher.1", "man/parti.1"]), + ("share/parti", ["README", "parti.README"]), + ("share/xpra", ["xpra.README", "COPYING"]), + ("share/wimpiggy", ["wimpiggy.README"]), |