manpath is /usr/local/man not /usr/local/share/man

This commit is contained in:
Reyk Floeter 2017-07-03 16:56:39 +02:00
parent 1f7ad6d796
commit 462c7e4c31
1 changed files with 1 additions and 4 deletions

View File

@ -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>