Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 22:49:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393201 - head/net/neubot/files
Message-ID:  <201507292249.t6TMnOfH080843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507292249.t6TMnOfH080843>