diff options
author | rillig <rillig> | 2006-06-25 08:59:22 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-25 08:59:22 +0000 |
commit | 8743014ef2d0c9f21500986e3829e1fe26e6cdda (patch) | |
tree | 763d018e24edfc3cfeab95413a13be8dad4e255d /www/cronolog | |
parent | df97b443c827cfb98922171d96b5fbd6a7c9e507 (diff) | |
download | pkgsrc-8743014ef2d0c9f21500986e3829e1fe26e6cdda.tar.gz |
The directory man/man8 must exist before the man pages can be moved there.
Diffstat (limited to 'www/cronolog')
-rw-r--r-- | www/cronolog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |