Date: Fri, 5 Sep 2014 18:03:47 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367367 - head/net/rude/files Message-ID: <201409051803.s85I3lFP048129@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 5 18:03:46 2014 New Revision: 367367 URL: http://svnweb.freebsd.org/changeset/ports/367367 QAT: https://qat.redports.org/buildarchive/r367367/ Log: Allow staging as a regular user Modified: head/net/rude/files/patch-crude__Makefile.in head/net/rude/files/patch-rude__Makefile.in Modified: head/net/rude/files/patch-crude__Makefile.in ============================================================================== --- head/net/rude/files/patch-crude__Makefile.in Fri Sep 5 17:55:20 2014 (r367366) +++ head/net/rude/files/patch-crude__Makefile.in Fri Sep 5 18:03:46 2014 (r367367) @@ -1,21 +1,12 @@ ---- crude/Makefile.in.orig 2002-06-13 20:15:20.000000000 +0800 -+++ crude/Makefile.in 2014-08-27 22:10:52.119765569 +0800 -@@ -19,7 +19,7 @@ mandir = @mandir@/man8 - sbindir = @sbindir@ - srcdir = @srcdir@ - --INSTALL = @INSTALL@ -o root -g root -m 0755 -+INSTALL = @INSTALL@ -o root -g wheel -m 0755 - VPATH = @srcdir@ - - CC = @CC@ -@@ -50,7 +50,7 @@ distclean: +--- crude/Makefile.in.orig 2002-06-13 12:15:20 UTC ++++ crude/Makefile.in +@@ -50,7 +50,7 @@ install: crude @if [ ! -d $(bindir) ]; then mkdir -m 0755 $(bindir); fi; - $(INSTALL) crude $(bindir) -+ $(INSTALL) crude $(DESTDIR)$(bindir) ++ $(BSD_INSTALL_PROGRAM) crude $(DESTDIR)$(bindir) @if [ ! -d $(mandir) ]; then mkdir -m 0755 $(mandir); fi; - $(INSTALL) crude.8 $(mandir) -+ $(INSTALL) crude.8 $(DESTDIR)$(mandir) ++ $(BSD_INSTALL_MAN) crude.8 $(DESTDIR)$(mandir) ############################################################################## Modified: head/net/rude/files/patch-rude__Makefile.in ============================================================================== --- head/net/rude/files/patch-rude__Makefile.in Fri Sep 5 17:55:20 2014 (r367366) +++ head/net/rude/files/patch-rude__Makefile.in Fri Sep 5 18:03:46 2014 (r367367) @@ -1,23 +1,14 @@ ---- rude/Makefile.in.orig 2002-06-13 20:15:21.000000000 +0800 -+++ rude/Makefile.in 2014-08-27 22:09:51.580787385 +0800 -@@ -19,7 +19,7 @@ mandir = @mandir@/man8 - sbindir = @sbindir@ - srcdir = @srcdir@ - --INSTALL = @INSTALL@ -o root -g root -m 0755 -+INSTALL = @INSTALL@ -o root -g wheel -m 0755 - VPATH = @srcdir@ - - CC = @CC@ -@@ -50,9 +50,9 @@ distclean: +--- rude/Makefile.in.orig 2002-06-13 12:15:21 UTC ++++ rude/Makefile.in +@@ -50,9 +50,9 @@ install: rude @if [ ! -d $(bindir) ]; then mkdir -m 0755 $(bindir); fi; - $(INSTALL) rude $(bindir) -+ $(INSTALL) rude $(DESTDIR)$(bindir) ++ $(BSD_INSTALL_PROGRAM) rude $(DESTDIR)$(bindir) @if [ ! -d $(mandir) ]; then mkdir -m 0755 $(mandir); fi; - $(INSTALL) rude.8 $(mandir) -+ $(INSTALL) rude.8 $(DESTDIR)$(mandir) ++ $(BSD_INSTALL_MAN) rude.8 $(DESTDIR)$(mandir) ##############################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409051803.s85I3lFP048129>