Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 21:20:40 +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: r367986 - head/net-mgmt/wdiag/files
Message-ID:  <201409112120.s8BLKejg061902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 11 21:20:39 2014
New Revision: 367986
URL: http://svnweb.freebsd.org/changeset/ports/367986
QAT: https://qat.redports.org/buildarchive/r367986/

Log:
  Allow staging as a regular user

Modified:
  head/net-mgmt/wdiag/files/patch-Makefile

Modified: head/net-mgmt/wdiag/files/patch-Makefile
==============================================================================
--- head/net-mgmt/wdiag/files/patch-Makefile	Thu Sep 11 21:19:52 2014	(r367985)
+++ head/net-mgmt/wdiag/files/patch-Makefile	Thu Sep 11 21:20:39 2014	(r367986)
@@ -9,9 +9,9 @@
 -	$(INSTALL) -o root wstop $(DEST_PREFIX)/bin
 -	$(INSTALL) -o root -d $(DEST_PREFIX)/share/examples/wdiag
 -	$(INSTALL) -o root ../examples/wdiag.conf $(DEST_PREFIX)/share/examples/wdiag
-+	$(INSTALL) -o root westell $(DESTDIR)$(DEST_PREFIX)/bin
-+	$(INSTALL) -o root wstart $(DESTDIR)$(DEST_PREFIX)/bin
-+	$(INSTALL) -o root wstop $(DESTDIR)$(DEST_PREFIX)/bin
-+	$(INSTALL) -o root -d $(DESTDIR)$(DEST_PREFIX)/share/examples/wdiag
-+	$(INSTALL) -o root ../examples/wdiag.conf $(DESTDIR)$(DEST_PREFIX)/share/examples/wdiag
++	$(BSD_INSTALL_PROGRAM) westell $(DESTDIR)$(DEST_PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) wstart $(DESTDIR)$(DEST_PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) wstop $(DESTDIR)$(DEST_PREFIX)/bin
++	$(INSTALL) -d $(DESTDIR)$(DEST_PREFIX)/share/examples/wdiag
++	$(BSD_INSTALL_DATA) ../examples/wdiag.conf $(DESTDIR)$(DEST_PREFIX)/share/examples/wdiag
  



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