$NetBSD: patch-bh,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $

--- xml/Makefile.orig	2011-02-02 18:49:32.000000000 +0000
+++ xml/Makefile
@@ -3,8 +3,8 @@ include ../src/Makefile.common
 MKDIR = mkdir -p
 
 install: force
-	${MKDIR} $(prefix)/share/gps/plug-ins
-	${CP} gtkada.xml ${prefix}/share/gps/plug-ins/
+	${MKDIR} $(DESTDIR)$(prefix)/share/gps/plug-ins
+	${CP} gtkada.xml $(DESTDIR)${prefix}/share/gps/plug-ins/
 
 force:
 
