diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-15 10:50:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-15 10:50:17 +0000 |
commit | af92a2b644ef96b5262c55fd540e2f97017db593 (patch) | |
tree | fa7637a4c3c7616a57db9396affbe70b37f8c097 /mk/texinfo.mk | |
parent | b1f71f7847324968700850d8d3e7310eb60cdf9d (diff) | |
download | pkgsrc-af92a2b644ef96b5262c55fd540e2f97017db593.tar.gz |
- Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk.
- Move the previous block of code down in the file so that all used variables
are defined (specially PKG_SYSCONFDIR). Fixes a problem noticed by
kristerw@'s bulk build in comms/minicom.
- Ignore diff's return code, which aborts make in NetBSD 1.6.2. Also noticed
by kristerw@'s bulk build.
- Use full paths to do the checks, instead of relative to ${PREFIX}. Less
ambiguity. Matches should be turned into regular expressions that anchor
to a whole line (tried that, but found some problems).
- Turn CHECK_FILES to NO by default. As said in the previous point, there
are still some problems that have to be fixed and minor improvements to
be done. And I have no time to fix this ATM. Yes, this definitely needs
more testing. I'm sorry for all the noise. (But hey! you should set and
try this feature locally! ;-)
Diffstat (limited to 'mk/texinfo.mk')
-rw-r--r-- | mk/texinfo.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/texinfo.mk b/mk/texinfo.mk index 6c95fc9aa24..12cd8394778 100644 --- a/mk/texinfo.mk +++ b/mk/texinfo.mk @@ -1,4 +1,4 @@ -# $NetBSD: texinfo.mk,v 1.26 2005/01/14 18:41:00 jmmv Exp $ +# $NetBSD: texinfo.mk,v 1.27 2005/01/15 10:50:18 jmmv Exp $ # # Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. # All rights reserved. @@ -56,11 +56,6 @@ USE_PKGINSTALL= YES # 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= |