$NetBSD: patch-img_Makefile,v 1.1 2019/08/13 02:39:45 brook Exp $

Remove a non-portable install command line option (-D).

--- img/Makefile.orig	2018-11-07 18:06:57.000000000 +0000
+++ img/Makefile
@@ -13,7 +13,7 @@ include $(TOPDIR)/Rules.mak
 sinclude .depend
 
 install: xca-32x32.xpm
-	install -D -m 644 $^ $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
+	install -m 644 $^ $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
 
 imgres.cpp: imgres.rcc
 	@$(PRINT) "  RCC    [$(BASENAME)] $@"
