Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2010 23:16:10 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 179666 for review
Message-ID:  <201006152316.o5FNGAlD093787@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@179666?ac=10

Change 179666 by gabor@gabor_aspire on 2010/06/15 23:15:32

	- style.Makefile(5)

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/newsort/Makefile#3 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/newsort/Makefile#3 (text+ko) ====

@@ -1,3 +1,5 @@
+# $FreeBSD$
+
 PROG=	sort
 SRCS=	coll.c file.c mem.c sort.c
 
@@ -7,12 +9,12 @@
 
 .if !defined(WITHOUT_NLS)
 NLS+=	hu_HU.ISO8859-2
-NLSSRCFILES=	${NLS:S@$@.msg@}
+NLSSRCFILES= ${NLS:S@$@.msg@}
 .for lang in ${NLS}
-NLSSRCDIR_${lang}=	${.CURDIR}/nls
+NLSSRCDIR_${lang}= ${.CURDIR}/nls
 .endfor
 .else
-CFLAGS+=	-DWITHOUT_NLS
+CFLAGS+= -DWITHOUT_NLS
 .endif
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006152316.o5FNGAlD093787>