$NetBSD: patch-Imakefile,v 1.1 2015/01/17 14:48:56 bsiegert Exp $
Add DESTDIR support
--- Imakefile.orig	2004-06-09 19:16:06.000000000 +0200
+++ Imakefile	2014-12-13 18:35:32.000000000 +0100
@@ -99,4 +99,4 @@
	@echo "All files from ${HOMEDIR}"
 
 install::
-	cp -r locale ${HOMEDIR}
+	cp -r locale ${DESTDIR}${HOMEDIR}

