diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-25 08:59:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-25 08:59:22 +0000 |
commit | 9b0871a1d4f6e092e5d4b325f75c0955455d680c (patch) | |
tree | 763d018e24edfc3cfeab95413a13be8dad4e255d /www | |
parent | 48104abbb5113af64faaa525a3d9855677cd5a19 (diff) | |
download | pkgsrc-9b0871a1d4f6e092e5d4b325f75c0955455d680c.tar.gz |
The directory man/man8 must exist before the man pages can be moved there.
Diffstat (limited to 'www')
-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 |