From 9b0871a1d4f6e092e5d4b325f75c0955455d680c Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 25 Jun 2006 08:59:22 +0000 Subject: The directory man/man8 must exist before the man pages can be moved there. --- www/cronolog/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/cronolog/Makefile b/www/cronolog/Makefile index 52841662809..42773b879f1 100644 --- a/www/cronolog/Makefile +++ b/www/cronolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/08 05:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/25 08:59:22 rillig Exp $ # DISTNAME= cronolog-1.6.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.cronolog.org/ COMMENT= Web log rotation utility that provides datestamp filenames GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes post-patch: ${SED} "s,/www/sbin/cronolog,${PREFIX}/sbin/cronolog,g" \ @@ -18,6 +18,7 @@ post-patch: ${MV} ${WRKSRC}/doc/cronolog.1m.done ${WRKSRC}/doc/cronolog.1m post-install: + ${INSTALL_MAN_DIR} ${PREFIX}/man/man8 ${MV} ${PREFIX}/man/man1/cronolog.1m ${PREFIX}/man/man8/cronolog.8 ${MV} ${PREFIX}/man/man1/cronosplit.1m ${PREFIX}/man/man8/cronosplit.8 -- cgit v1.2.3