svn commit: r367599 - head/misc/rtfm/files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 19:57:15 UTC 2014


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


More information about the svn-ports-head mailing list