Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add NOPATH to prevent .cat* files in the search pat...



details:   https://anonhg.NetBSD.org/src/rev/193934be6fad
branches:  trunk
changeset: 482702:193934be6fad
user:      erh <erh%NetBSD.org@localhost>
date:      Sat Feb 19 22:54:08 2000 +0000

description:
Add NOPATH to prevent .cat* files in the search path from interfering.

diffstat:

 share/mk/bsd.man.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a6f345feec09 -r 193934be6fad share/mk/bsd.man.mk
--- a/share/mk/bsd.man.mk       Sat Feb 19 21:04:58 2000 +0000
+++ b/share/mk/bsd.man.mk       Sat Feb 19 22:54:08 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.man.mk,v 1.50 2000/01/22 19:31:02 mycroft Exp $
+#      $NetBSD: bsd.man.mk,v 1.51 2000/02/19 22:54:08 erh Exp $
 #      @(#)bsd.man.mk  8.1 (Berkeley) 6/8/93
 
 .if !target(__initialized__)
@@ -47,6 +47,7 @@
 .if defined(MAN) && !empty(MAN)
 MANPAGES=      ${MAN}
 CATPAGES=      ${MANPAGES:C/(.*).([1-9])/\1.cat\2/}
+.NOPATH:       ${CATPAGES}
 .endif
 
 MINSTALL=      ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${INSTPRIV} \



Home | Main Index | Thread Index | Old Index