$OpenBSD: patch-setup_py,v 1.10 2016/05/13 10:47:50 dcoppa Exp $
--- setup.py.orig	Wed Apr 13 08:00:17 2016
+++ setup.py	Thu May  5 14:19:18 2016
@@ -47,10 +47,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 = []
