diff options
Diffstat (limited to 'sysutils/cdeploy/files/patch-Makefile')
-rw-r--r-- | sysutils/cdeploy/files/patch-Makefile | 4 |
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 |