$OpenBSD: patch-Makefile,v 1.6 2018/09/14 16:02:37 sthen Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -122,9 +122,7 @@ snapshot:
 		gzip -9 > xca-$${HASH}.tar.gz
 
 install: xca$(SUFFIX) $(INSTTARGET)
-	install -m 755 -d $(destdir)$(bindir)
-	install -m 755 xca $(destdir)$(bindir)
-	$(STRIP) $(destdir)$(bindir)/xca
+	$(BSD_INSTALL_PROGRAM) xca $(destdir)$(bindir)
 
 xca-8859-1.nsi: misc/xca.nsi
 	iconv -f utf8 -t iso-8859-15 -o "$@" "$<"
