diff options
Diffstat (limited to 'sysutils/logtool/Makefile')
-rw-r--r-- | sysutils/logtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index 6d2111b56716..b7b33e5a59d8 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --prefix=/usr/local --sysconfdir=/usr/local/etc/logtool ALL_TARGET= build -MAN1: logtool.1 +MAN1= logtool.1 post-install: ${INSTALL_MAN} ${WRKSRC}/doc/logtool.1 ${PREFIX}/man/man1 |