manpath is /usr/local/man not /usr/local/share/man
This commit is contained in:
parent
1f7ad6d796
commit
462c7e4c31
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
PROG= cloud-agent
|
||||
SRCS= main.c xml.c azure.c cloudinit.c http.c log.c
|
||||
BINDIR= /usr/local/libexec
|
||||
MANDIR= /usr/local/share/man/man
|
||||
MANDIR= /usr/local/man/man
|
||||
|
||||
MAN= cloud-agent.8
|
||||
|
||||
|
@ -18,7 +18,4 @@ CFLAGS+= -Wsign-compare -Wcast-qual
|
|||
LDADD+= -lexpat -ltls -lssl -lcrypto
|
||||
DPADD+= ${LIBEXPAT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
|
||||
|
||||
beforeinstall:
|
||||
mkdir -p ${MANDIR}8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue