summaryrefslogtreecommitdiff
path: root/sysutils/cdeploy/files/patch-Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-05 16:51:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-05 16:51:24 +0000
commit49694c8a658d8be42cb4fdf27f1ec2431fa0c57b (patch)
tree6b7bc1ded1f0bb1965dd64d477f1e6f830383ca9 /sysutils/cdeploy/files/patch-Makefile
parentAllow staging as a regular user (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367359
Diffstat (limited to 'sysutils/cdeploy/files/patch-Makefile')
-rw-r--r--sysutils/cdeploy/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdeploy/files/patch-Makefile b/sysutils/cdeploy/files/patch-Makefile
index 8eb7240b7321..c85e95a235b6 100644
--- a/sysutils/cdeploy/files/patch-Makefile
+++ b/sysutils/cdeploy/files/patch-Makefile
@@ -7,8 +7,8 @@
- install -o root -g wheel -m 0555 cdeploy.sh /usr/local/sbin/cdeploy
- install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1
- gzip -f9 /usr/local/man/man1/cdeploy.1
-+ install -o root -g wheel -m 0555 cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
-+ install -o root -g wheel -m 0444 cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
++ $(BSD_INSTALL_SCRIPT) cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
++ $(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
deinstall:
rm -f /usr/local/sbin/cdeploy