aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/distilator
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2018-08-29 07:57:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2018-08-29 07:57:19 +0000
commitd4e3dc3570b946259dfaafc794409421167d2d8d (patch)
treeefd30ef0a8766bbb5178d32beb3d5db70a367141 /ports-mgmt/distilator
parent14935e0547029bd0c8b92398462eb0ef368e1282 (diff)
downloadports-d4e3dc3570b946259dfaafc794409421167d2d8d.tar.gz
ports-d4e3dc3570b946259dfaafc794409421167d2d8d.zip
Allow building without privileges.
Submitted by: ohauer
Notes
Notes: svn path=/head/; revision=478342
Diffstat (limited to 'ports-mgmt/distilator')
-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