pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cfs Add missing directories.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7a0e0aea9f9
branches:  trunk
changeset: 540778:e7a0e0aea9f9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 07 16:45:35 2008 +0000

description:
Add missing directories.

diffstat:

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

diffs (28 lines):

diff -r 0104687d1607 -r e7a0e0aea9f9 security/cfs/Makefile
--- a/security/cfs/Makefile     Mon Apr 07 16:40:26 2008 +0000
+++ b/security/cfs/Makefile     Mon Apr 07 16:45:35 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/12/27 15:06:02 obache Exp $
+# $NetBSD: Makefile,v 1.31 2008/04/07 16:45:35 joerg Exp $
 
 DISTNAME=              cfs-1.4.1
 PKGREVISION=           6
@@ -99,16 +99,15 @@
        @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV}                            \
                ${SH} ${CFS_BUILD_SCRIPT} ${BUILD_TARGET}
 
+INSTALLATION_DIRS=     sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 ${DOCDIR}
+
 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
-       ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DOCDIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index