Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 19:57:15 +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: r367599 - head/misc/rtfm/files
Message-ID:  <201409071957.s87JvFJp073881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  7 19:57:15 2014
New Revision: 367599
URL: http://svnweb.freebsd.org/changeset/ports/367599
QAT: https://qat.redports.org/buildarchive/r367599/

Log:
  Allow staging as a regular user

Modified:
  head/misc/rtfm/files/patch-Makefile

Modified: head/misc/rtfm/files/patch-Makefile
==============================================================================
--- head/misc/rtfm/files/patch-Makefile	Sun Sep  7 19:14:29 2014	(r367598)
+++ head/misc/rtfm/files/patch-Makefile	Sun Sep  7 19:57:15 2014	(r367599)
@@ -6,8 +6,8 @@
  install: rtfm
 -	install -c -s -o root -g wheel -m 0755 rtfm /usr/local/bin
 -	install -c -o root -g wheel -m 0644 rtfm.1 ${PREFIX}/man/man1
-+	install -c -s -o root -g wheel -m 0755 rtfm $(DESTDIR)${PREFIX}/bin
-+	install -c -o root -g wheel -m 0644 rtfm.1 $(DESTDIR)${PREFIX}/man/man1
++	$(BSD_INSTALL_PROGRAM) rtfm $(DESTDIR)${PREFIX}/bin
++	$(BSD_INSTALL_MAN) rtfm.1 $(DESTDIR)${PREFIX}/man/man1
  
  clean:
  	rm -f rtfm



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