$OpenBSD: patch-setup_py,v 1.6 2016/01/06 10:49:28 sthen Exp $
--- setup.py.orig	Tue Jan  5 07:03:44 2016
+++ setup.py	Wed Jan  6 10:25:54 2016
@@ -521,6 +521,8 @@ def get_data_files():
     data_files = []
     if sys.platform == "win32":
         datadir = os.path.join("doc", PACKAGE)
+    elif sys.platform.startswith("openbsd"):
+        datadir = os.path.join("share", "doc", "${MODPY_PY_PREFIX}curl")
     else:
         datadir = os.path.join("share", "doc", PACKAGE)
     #
