[BACK]Return to patch-setup_py CVS log [TXT][DIR] Up to [local] / ports / graphics / phatch / patches

Annotation of ports/graphics/phatch/patches/patch-setup_py, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! kirby       2: --- setup.py.orig      Sun Nov 16 23:57:11 2014
        !             3: +++ setup.py   Sun Nov 16 23:57:39 2014
1.1       yason       4: @@ -22,7 +22,7 @@ import sys
                      5:
                      6:  WINDOWS = sys.platform.startswith('win')
                      7:  MAC = sys.platform.startswith('darwin')
                      8: -LINUX = sys.platform.startswith('linux')
                      9: +LINUX = sys.platform.startswith('openbsd')
                     10:
                     11:  NO_WINDOWS = '''
                     12:  Sorry, the use of setup.py is not supported yet for Windows.
1.2     ! kirby      13: @@ -152,7 +152,7 @@ elif LINUX:
        !            14:          ('share/phatch/images/icons/48x48',
        !            15:              glob.glob("images/icons/48x48/*.png")),
        !            16:          #man page
        !            17: -        ('share/man/man1', ['linux/phatch.1']),
        !            18: +        ('man/man1', ['linux/phatch.1']),
        !            19:          #mime type
        !            20:          ('share/mime/packages', ['linux/phatch.xml']),
        !            21:      ]

CVSweb