diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-23 01:49:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-23 01:49:49 +0000 |
commit | eac0824f540039b42fba584b3a1a7f8f0b362de9 (patch) | |
tree | 14d4e0ee8cb1066de9a5bc60bbbb7ba4c6f0bb40 /sysutils | |
parent | e77bf460a227acb69e7ef30820da5378fc053cd0 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/logtool-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/logtool/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/logtool-devel/Makefile b/sysutils/logtool-devel/Makefile index 6d2111b56716..b7b33e5a59d8 100644 --- a/sysutils/logtool-devel/Makefile +++ b/sysutils/logtool-devel/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 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 |