$NetBSD: patch-Imakefile,v 1.2 2019/06/08 11:04:30 rillig 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}

