pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk For INSTALLATION_DIRS, use ${PKGMANDIR} instead of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/733aaaeda7d2
branches: trunk
changeset: 500591:733aaaeda7d2
user: reed <reed%pkgsrc.org@localhost>
date: Mon Oct 10 17:37:17 2005 +0000
description:
For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man".
Also before it used a wildcard for *man and now get rid of that
wildcard in front.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f5cecfe0376b -r 733aaaeda7d2 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Mon Oct 10 17:35:04 2005 +0000
+++ b/mk/bsd.pkg.mk Mon Oct 10 17:37:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1729 2005/10/08 13:16:28 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1730 2005/10/10 17:37:17 reed Exp $
#
# This file is in the public domain.
#
@@ -2102,7 +2102,7 @@
/*) ;; \
*bin|*bin/*|*libexec|*libexec/*) \
${INSTALL_PROGRAM_DIR} ${PREFIX}/$$dir ;; \
- *man/*) \
+ ${PKGMANDIR}/*) \
${INSTALL_MAN_DIR} ${PREFIX}/$$dir ;; \
*) \
${INSTALL_DATA_DIR} ${PREFIX}/$$dir ;; \
Home |
Main Index |
Thread Index |
Old Index