pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/audit-packages Fixed the path to the manual p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01d4723d6c7e
branches:  trunk
changeset: 518864:01d4723d6c7e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 20 14:43:30 2006 +0000

description:
Fixed the path to the manual pages.

diffstat:

 security/audit-packages/Makefile |  18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 02ab85109e28 -r 01d4723d6c7e security/audit-packages/Makefile
--- a/security/audit-packages/Makefile  Wed Sep 20 14:40:14 2006 +0000
+++ b/security/audit-packages/Makefile  Wed Sep 20 14:43:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2006/07/13 14:36:19 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2006/09/20 14:43:30 rillig Exp $
 
 DISTNAME=      audit-packages-1.43
 CATEGORIES=    security pkgtools
@@ -18,7 +18,9 @@
 NO_CHECKSUM=    yes
 
 OWN_DIRS=      ${PKGVULNDIR}
-INSTALLATION_DIRS=     man/cat8 man/man8 sbin
+MAN8DIR=       ${PREFIX}/${PKGMANDIR}/man8
+CAT8DIR=       ${PREFIX}/${PKGMANDIR}/cat8
+INSTALLATION_DIRS=     ${CAT8DIR} ${MAN8DIR} sbin
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -58,11 +60,11 @@
        @for f in audit-packages download-vulnerability-list; do        \
                ${INSTALL_SCRIPT} ${WRKSRC}/$$f ${PREFIX}/sbin;         \
        done
-       ${INSTALL_MAN} ${WRKSRC}/audit-packages.0 ${PREFIX}/man/cat8
-       ${INSTALL_MAN} ${WRKSRC}/audit-packages.8 ${PREFIX}/man/man8
-       ${RM} -f ${PREFIX}/man/cat8/download-vulnerability-list.0
-       ${LN} -s audit-packages.0 ${PREFIX}/man/cat8/download-vulnerability-list.0
-       ${RM} -f ${PREFIX}/man/man8/download-vulnerability-list.8
-       ${LN} -s audit-packages.8 ${PREFIX}/man/man8/download-vulnerability-list.8
+       ${INSTALL_MAN} ${WRKSRC}/audit-packages.0 ${CAT8DIR}/
+       ${INSTALL_MAN} ${WRKSRC}/audit-packages.8 ${MAN8DIR}/
+       ${RM} -f ${CAT8DIR}/download-vulnerability-list.0
+       ${LN} -s audit-packages.0 ${CAT8DIR}/download-vulnerability-list.0
+       ${RM} -f ${MAN8DIR}/download-vulnerability-list.8
+       ${LN} -s audit-packages.8 ${MAN8DIR}/download-vulnerability-list.8
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index