=================================================================== RCS file: /cvs/ports/graphics/phatch/patches/Attic/patch-setup_py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/phatch/patches/Attic/patch-setup_py 2011/10/30 11:08:06 1.1 +++ ports/graphics/phatch/patches/Attic/patch-setup_py 2014/11/16 21:01:24 1.2 @@ -1,6 +1,6 @@ -$OpenBSD: patch-setup_py,v 1.1 2011/10/30 11:08:06 yason Exp $ ---- setup.py.orig Sun Oct 30 14:57:15 2011 -+++ setup.py Sun Oct 30 14:57:30 2011 +$OpenBSD: patch-setup_py,v 1.2 2014/11/16 21:01:24 kirby Exp $ +--- setup.py.orig Sun Nov 16 23:57:11 2014 ++++ setup.py Sun Nov 16 23:57:39 2014 @@ -22,7 +22,7 @@ import sys WINDOWS = sys.platform.startswith('win') @@ -10,3 +10,12 @@ NO_WINDOWS = ''' Sorry, the use of setup.py is not supported yet for Windows. +@@ -152,7 +152,7 @@ elif LINUX: + ('share/phatch/images/icons/48x48', + glob.glob("images/icons/48x48/*.png")), + #man page +- ('share/man/man1', ['linux/phatch.1']), ++ ('man/man1', ['linux/phatch.1']), + #mime type + ('share/mime/packages', ['linux/phatch.xml']), + ]