Source-Changes-HG archive

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

[src/trunk]: src/share/xml Do not bother installing any XML calatog when MKKY...



details:   https://anonhg.NetBSD.org/src/rev/52a389ef8b9e
branches:  trunk
changeset: 785125:52a389ef8b9e
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Mon Feb 25 00:23:01 2013 +0000

description:
Do not bother installing any XML calatog when MKKYUA!=no.  We won't need
these any more, and we can possibly get rid of the directory altogether
at a later point.

diffstat:

 share/xml/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bd6fd6cbe1b0 -r 52a389ef8b9e share/xml/Makefile
--- a/share/xml/Makefile        Mon Feb 25 00:22:10 2013 +0000
+++ b/share/xml/Makefile        Mon Feb 25 00:23:01 2013 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.3 2009/01/19 08:08:18 jmmv Exp $
+#      $NetBSD: Makefile,v 1.4 2013/02/25 00:23:01 jmmv Exp $
 
 .include <bsd.own.mk>
 
+.if !(${MKKYUA} != "no")
 FILESDIR=      /usr/share/xml
 FILESMODE=     444
 # XXX Huge hack for the lack of catalog management.  However, this will do
@@ -12,6 +13,7 @@
 .else
 FILES=                 catalog
 .endif
+.endif
 
 .include <bsd.prog.mk> # XXX Bring in missing targets (e.g. includes)
 .include <bsd.files.mk>



Home | Main Index | Thread Index | Old Index