openbsd-ports/x11/terminator/patches/patch-setup_py

12 lines
264 B
Plaintext
Raw Normal View History

--- setup.py.orig Thu May 19 15:21:23 2011
+++ setup.py Thu May 19 15:23:40 2011
@@ -150,7 +150,7 @@
return data_files
-if platform.system() == 'FreeBSD':
+if platform.system() in ['FreeBSD', 'OpenBSD']:
man_dir = 'man'
else:
man_dir = 'share/man'