aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/distilator/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/distilator/files/patch-Makefile')
-rw-r--r--ports-mgmt/distilator/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/distilator/files/patch-Makefile b/ports-mgmt/distilator/files/patch-Makefile
new file mode 100644
index 000000000000..3ff6e9cb656f
--- /dev/null
+++ b/ports-mgmt/distilator/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2018-08-28 07:45:48 UTC
++++ Makefile
+@@ -8,7 +8,7 @@ all:
+
+ install:
+ @mkdir -p ${DESTDIR}${PREFIX}/bin
+- install -o root -g wheel -m 0555 distilator.py ${DESTDIR}${PREFIX}/bin/distilator
++ install distilator.py ${DESTDIR}${PREFIX}/bin/distilator
+
+ deinstall:
+ rm -f ${DESTDIR}${PREFIX}/bin/distilator