$NetBSD: patch-ad,v 1.5 2010/06/27 20:28:24 joerg Exp $

--- Makefile.in.orig	2010-06-27 19:40:00.000000000 +0000
+++ Makefile.in
@@ -21,7 +21,7 @@ build:
 # handled via the dependency on the build target.
 #
 install: build
-	$(PYTHON) install.py -q install --skip-build --home "$(prefix)"
+	$(PYTHON) install.py -q install --skip-build --home ${DESTDIR}$(prefix)
 
 check test: build
 	$(PYTHON) test.py $(TESTOPTS)
