svn commit: r478342 - head/ports-mgmt/distilator/files
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Aug 29 07:57:20 UTC 2018
Author: ehaupt
Date: Wed Aug 29 07:57:19 2018
New Revision: 478342
URL: https://svnweb.freebsd.org/changeset/ports/478342
Log:
Allow building without privileges.
Submitted by: ohauer
Added:
head/ports-mgmt/distilator/files/
head/ports-mgmt/distilator/files/patch-Makefile (contents, props changed)
Added: head/ports-mgmt/distilator/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/ports-mgmt/distilator/files/patch-Makefile Wed Aug 29 07:57:19 2018 (r478342)
@@ -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
More information about the svn-ports-all
mailing list