$OpenBSD: patch-urlwatch,v 1.4 2016/01/10 16:11:49 sthen Exp $
--- urlwatch.orig	Fri Feb 27 18:32:50 2015
+++ urlwatch	Mon Dec 14 14:20:45 2015
@@ -65,7 +65,7 @@ hooks_py = os.path.join(scripts_dir, 'hooks.py')
 
 if bindir == 'bin':
     # Installed system-wide
-    examples_dir = os.path.join(prefix, 'share', pkgname, 'examples')
+    examples_dir = os.path.join(prefix, 'share', 'examples', pkgname)
 else:
     # Assume we are not yet installed
     sys.path.insert(0, os.path.join(prefix, bindir, 'lib'))
