diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-08-29 07:57:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-08-29 07:57:19 +0000 |
commit | d4e3dc3570b946259dfaafc794409421167d2d8d (patch) | |
tree | efd30ef0a8766bbb5178d32beb3d5db70a367141 /ports-mgmt | |
parent | 14935e0547029bd0c8b92398462eb0ef368e1282 (diff) | |
download | ports-d4e3dc3570b946259dfaafc794409421167d2d8d.tar.gz ports-d4e3dc3570b946259dfaafc794409421167d2d8d.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/distilator/files/patch-Makefile | 11 |
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 |