Module Name:    src
Committed By:   dyoung
Date:           Fri Mar 18 19:45:27 UTC 2011

Modified Files:
        src/external/public-domain/xz/bin: Makefile

Log Message:
Obey MKNLS=no.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/xz/bin/Makefile

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

Modified files:

Index: src/external/public-domain/xz/bin/Makefile
diff -u src/external/public-domain/xz/bin/Makefile:1.1 src/external/public-domain/xz/bin/Makefile:1.2
--- src/external/public-domain/xz/bin/Makefile:1.1	Tue Nov  2 16:34:36 2010
+++ src/external/public-domain/xz/bin/Makefile	Fri Mar 18 19:45:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/11/02 16:34:36 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2011/03/18 19:45:27 dyoung Exp $
 
 PROG=	xz
 BINDIR=	/usr/bin
@@ -23,10 +23,12 @@
 
 .PATH:	${XZSRCDIR}/src/common ${XZSRCDIR}/src/xz
 
+.if ${MKNLS} != "no"
 .for lang in cs de it
 FILES+=					${XZSRCDIR}/po/${lang}.gmo
 FILESDIR_${XZSRCDIR}/po/${lang}.gmo=	/usr/share/locale/${lang}/LC_MESSAGES
 FILESNAME_${XZSRCDIR}/po/${lang}.gmo=	xz.mo
 .endfor
+.endif
 
 .include <bsd.prog.mk>

Reply via email to