aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wdiag
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-11 21:20:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-11 21:20:39 +0000
commit44348b091996f7cbb269bd61a2cdf1e4a34c45f2 (patch)
tree751bfe71a54bf62693c8a79a0e3fe797e1d53ea7 /net-mgmt/wdiag
parent825c256342c1dc9b1d8869209ab008e95917af70 (diff)
downloadports-44348b091996f7cbb269bd61a2cdf1e4a34c45f2.tar.gz
ports-44348b091996f7cbb269bd61a2cdf1e4a34c45f2.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367986
Diffstat (limited to 'net-mgmt/wdiag')
-rw-r--r--net-mgmt/wdiag/files/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/wdiag/files/patch-Makefile b/net-mgmt/wdiag/files/patch-Makefile
index a73a06c903ab..a03d07ef52f8 100644
--- a/net-mgmt/wdiag/files/patch-Makefile
+++ b/net-mgmt/wdiag/files/patch-Makefile
@@ -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