pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/cronolog The directory man/man8 must exist before ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a608632be0a9
branches:  trunk
changeset: 515104:a608632be0a9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 25 08:59:22 2006 +0000

description:
The directory man/man8 must exist before the man pages can be moved there.

diffstat:

 www/cronolog/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7fac80a0b50a -r a608632be0a9 www/cronolog/Makefile
--- a/www/cronolog/Makefile     Sun Jun 25 08:29:20 2006 +0000
+++ b/www/cronolog/Makefile     Sun Jun 25 08:59:22 2006 +0000
@@ -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 @@
 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 @@
        ${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
 



Home | Main Index | Thread Index | Old Index