aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-12 05:20:39 +0800
committerantoine <antoine@FreeBSD.org>2014-09-12 05:20:39 +0800
commit9db06818c9cb33526d02e7b69cf500488fa8812d (patch)
tree751bfe71a54bf62693c8a79a0e3fe797e1d53ea7 /net-mgmt
parent8d9b898186e291f542ab0329c87d3bb90c0088a1 (diff)
downloadfreebsd-ports-gnome-9db06818c9cb33526d02e7b69cf500488fa8812d.tar.gz
freebsd-ports-gnome-9db06818c9cb33526d02e7b69cf500488fa8812d.tar.zst
freebsd-ports-gnome-9db06818c9cb33526d02e7b69cf500488fa8812d.zip
Allow staging as a regular user
Diffstat (limited to 'net-mgmt')
-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