pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Also skip ${INFO_DIR}/dir in the check-files functi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce3639e28b7e
branches: trunk
changeset: 487471:ce3639e28b7e
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Jan 14 18:41:00 2005 +0000
description:
Also skip ${INFO_DIR}/dir in the check-files functionality, as this file
is not controlled by any package (so it won't be part of any PLIST).
diffstat:
mk/texinfo.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 66e28c5a0576 -r ce3639e28b7e mk/texinfo.mk
--- a/mk/texinfo.mk Fri Jan 14 18:20:33 2005 +0000
+++ b/mk/texinfo.mk Fri Jan 14 18:41:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: texinfo.mk,v 1.25 2005/01/13 09:49:06 seb Exp $
+# $NetBSD: texinfo.mk,v 1.26 2005/01/14 18:41:00 jmmv Exp $
#
# Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -56,6 +56,11 @@
# files and the Info dir file.
INFO_DIR?= info
+# The 'dir' file has to be skipped from the check-files functionality
+# because it does not belong to any package (thus it is not registered
+# in any PLIST).
+CHECK_FILES_SKIP+= ${INFO_DIR}/dir
+
# Does the system have the install-info command?
# Any version will fit (really?).
_INSTALL_INFO=
Home |
Main Index |
Thread Index |
Old Index