diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 22:49:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 22:49:24 +0000 |
commit | c6e3f247fd4544f97b9562af58305607eabbf394 (patch) | |
tree | d0b45ddcf620e034b43d4b3d9045f54fa68108a2 /net/neubot | |
parent | bf7c4a29b9aef3740a7e2cb458061b4b390fa6a1 (diff) |
Notes
Diffstat (limited to 'net/neubot')
-rw-r--r-- | net/neubot/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/neubot/files/patch-Makefile b/net/neubot/files/patch-Makefile new file mode 100644 index 000000000000..d79bd885a185 --- /dev/null +++ b/net/neubot/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-10-23 22:11:11 UTC ++++ Makefile +@@ -225,7 +225,7 @@ uninstall: + # using the compileall module. + # + _install_umask_ok: +- make -f Makefile _install INSTALL='install -o 0 -g 0' ++ make -f Makefile _install INSTALL='install' + $(PYTHON) -m compileall $(DESTDIR)$(DATADIR)/neubot + + install: |