$OpenBSD: patch-setup_py,v 1.9 2014/12/03 08:39:44 dcoppa Exp $
--- setup.py.orig	Fri Nov 28 15:50:03 2014
+++ setup.py	Wed Dec  3 02:36:01 2014
@@ -46,10 +46,8 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
     params = py2exe_params
 else:
     files_spec = [
-        ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
-        ('etc/fish/completions', ['youtube-dl.fish']),
         ('share/doc/youtube_dl', ['README.txt']),
-        ('share/man/man1', ['youtube-dl.1'])
+        ('man/man1', ['youtube-dl.1'])
     ]
     root = os.path.dirname(os.path.abspath(__file__))
     data_files = []
