svn commit: r367842 - head/sysutils/mtxorbd/files

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 13:50:28 UTC 2014


Author: antoine
Date: Wed Sep 10 13:50:27 2014
New Revision: 367842
URL: http://svnweb.freebsd.org/changeset/ports/367842
QAT: https://qat.redports.org/buildarchive/r367842/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/mtxorbd/files/patch-Makefile

Modified: head/sysutils/mtxorbd/files/patch-Makefile
==============================================================================
--- head/sysutils/mtxorbd/files/patch-Makefile	Wed Sep 10 13:49:12 2014	(r367841)
+++ head/sysutils/mtxorbd/files/patch-Makefile	Wed Sep 10 13:50:27 2014	(r367842)
@@ -13,6 +13,6 @@
 +	install -d $(DESTDIR)${PREFIX}/sbin/
 +	install -d $(DESTDIR)${PREFIX}/share/mtxorbd/
 +	install -d $(DESTDIR)${PREFIX}/man/man1/
-+	install -C -o root -g bin -m 555 mtxorbd $(DESTDIR)${PREFIX}/sbin/
-+	install -C -o root -g bin -m 444 devices.conf $(DESTDIR)${PREFIX}/share/mtxorbd/
-+	install -C -o root -g man -m 444 mtxorbd.1 $(DESTDIR)${PREFIX}/man/man1/
++	$(BSD_INSTALL_PROGRAM) mtxorbd $(DESTDIR)${PREFIX}/sbin/
++	$(BSD_INSTALL_DATA) devices.conf $(DESTDIR)${PREFIX}/share/mtxorbd/
++	$(BSD_INSTALL_MAN) mtxorbd.1 $(DESTDIR)${PREFIX}/man/man1/


More information about the svn-ports-head mailing list