$NetBSD$

Allow overriding PREFIX.
--- Makefile.orig	2018-06-22 03:08:37.000000000 +0000
+++ Makefile
@@ -4,11 +4,11 @@ THEMES_BASE_NAME=Oranchelo
 
 install:
 	# Removing icons execute permissions
-	find -type f -executable -exec chmod -x {} \;
+	find . -type f -executable -exec chmod -x {} \;
 
 	# Installing Oranchelo
 	mkdir -p $(INSTALLDIR)
-	cp -r $(THEMES_BASE_NAME)* $(INSTALLDIR)
+	pax -rw $(THEMES_BASE_NAME)* $(INSTALLDIR)
 
 uninstall:
 	# Removing Oranchelo
