$OpenBSD$
--- examples/python/Makefile.in.orig	Fri May 13 14:59:25 2005
+++ examples/python/Makefile.in	Sat Apr 15 03:23:00 2006
@@ -147,6 +147,7 @@ CXXDEPMODE = @CXXDEPMODE@
 CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
 DB2X_TEXIXML = @DB2X_TEXIXML@
 DB2X_XSLTPROC = @DB2X_XSLTPROC@
 DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -510,7 +511,7 @@ python_data = \
 	xw22.py \
 	xw23.py
 
-@enable_python_TRUE@examples_pythondir = $(DATA_DIR)/examples/python
+@enable_python_TRUE@examples_pythondir = $(EXAMPLE_DIR)/python
 
 # This list contains standalone scripts which are executable.
 @enable_python_TRUE@examples_python_SCRIPTS = $(python_scripts) \
