Module Name:    src
Committed By:   jmmv
Date:           Mon Feb 25 00:23:01 UTC 2013

Modified Files:
        src/share/xml: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/xml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/xml/Makefile
diff -u src/share/xml/Makefile:1.3 src/share/xml/Makefile:1.4
--- src/share/xml/Makefile:1.3	Mon Jan 19 08:08:18 2009
+++ src/share/xml/Makefile	Mon Feb 25 00:23:01 2013
@@ -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 @@ FILESNAME_catalog.atf=	catalog
 .else
 FILES=			catalog
 .endif
+.endif
 
 .include <bsd.prog.mk> # XXX Bring in missing targets (e.g. includes)
 .include <bsd.files.mk>

Reply via email to