$OpenBSD: patch-fierce_fierce_py,v 1.1 2018/07/10 13:30:21 jasper Exp $

Index: fierce/fierce.py
--- fierce/fierce.py.orig
+++ fierce/fierce.py
@@ -54,7 +54,7 @@ def unvisited_closure():
 def find_subdomain_list_file(filename):
     # First check the list directory relative to where we are. This
     # will typically happen if they simply cloned the Github repository
-    filename_path = os.path.join(os.path.dirname(__file__), "lists", filename)
+    filename_path = os.path.join("${MODPY_SITEPKG}/fierce/", "lists", filename)
     if os.path.exists(filename_path):
         return os.path.abspath(filename_path)
 
