PERFORCE change 168731 for review

Gabor Kovesdan gabor at FreeBSD.org
Sun Sep 20 23:17:19 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168731

Change 168731 by gabor at gabor_server on 2009/09/20 23:16:38

	- Clean up NLS Makefile

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/nls/Makefile.inc#2 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/nls/Makefile.inc#2 (text+ko) ====

@@ -1,4 +1,10 @@
 NLSNAME=	grep
-NLS=	nls/es_ES.ISO8859-1
-NLS+=	nls/hu_HU.ISO8859-2
-NLS+=	nls/pt_BR.ISO8859-1
+
+NLS=	es_ES.ISO8859-1
+NLS+=	hu_HU.ISO8859-2
+NLS+=	pt_BR.ISO8859-1
+
+NLSSRCDIR=	${.CURDIR}/nls
+.for lang in ${NLS}
+NLSSRCFILES_${lang}=${lang}.msg
+.endfor


More information about the p4-projects mailing list