pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cfs Try to create target directories before i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56b8dc750c3d
branches:  trunk
changeset: 536877:56b8dc750c3d
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Dec 27 15:06:02 2007 +0000

description:
Try to create target directories before install manuals.

diffstat:

 security/cfs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b62d974b00f6 -r 56b8dc750c3d security/cfs/Makefile
--- a/security/cfs/Makefile     Thu Dec 27 14:55:36 2007 +0000
+++ b/security/cfs/Makefile     Thu Dec 27 15:06:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:09 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2007/12/27 15:06:02 obache Exp $
 
 DISTNAME=              cfs-1.4.1
 PKGREVISION=           6
@@ -100,9 +100,11 @@
                ${SH} ${CFS_BUILD_SCRIPT} ${BUILD_TARGET}
 
 post-install:
+       ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man1
        cd ${WRKSRC}; for file in *.1; do                               \
                ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man1/$${file};   \
        done
+       ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man8
        cd ${WRKSRC}; for file in *.8; do                               \
                ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man8/$${file};   \
        done



Home | Main Index | Thread Index | Old Index