mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-10 16:59:46 +01:00
Install a vm-bhyve(8) man page link
Since the tool's name is `vm-bhyve`, and that's even the title of the man page, `man vm-bhyve` should work. Make it so.
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,6 +11,7 @@ RCDIR=$(DESTDIR)$(PREFIX)/etc/rc.d
|
||||
|
||||
CP=/bin/cp
|
||||
INSTALL=/usr/bin/install
|
||||
LN=/bin/ln
|
||||
MKDIR=/bin/mkdir
|
||||
|
||||
PROG=vm
|
||||
@@ -33,6 +34,7 @@ install:
|
||||
gzip -fk $(MAN)
|
||||
$(INSTALL) $(MAN).gz $(MANDIR)/
|
||||
rm -f -- $(MAN).gz
|
||||
$(LN) -s $(MANDIR)/$(MAN).gz $(MANDIR)/vm-bhyve.8.gz
|
||||
|
||||
vmdir:
|
||||
@if [ -z "${PATH}" ]; then \
|
||||
|
||||
Reference in New Issue
Block a user