svn commit: r393201 - head/net/neubot/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 29 22:49:25 UTC 2015
Author: amdmi3
Date: Wed Jul 29 22:49:24 2015
New Revision: 393201
URL: https://svnweb.freebsd.org/changeset/ports/393201
Log:
- Fix installation from non-root
Approved by: portmgr blanket
Added:
head/net/neubot/files/patch-Makefile (contents, props changed)
Added: head/net/neubot/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/neubot/files/patch-Makefile Wed Jul 29 22:49:24 2015 (r393201)
@@ -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:
More information about the svn-ports-all
mailing list