aboutsummaryrefslogtreecommitdiff
path: root/share/numericdef
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2001-02-09 21:01:50 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2001-02-09 21:01:50 +0000
commit05c9049670bafe6993e164fa64eb2752d97c41f6 (patch)
treeeee0a24a9c6239fedd1f2f27f2c7fb4561ba03e6 /share/numericdef
parent29e2c6dbc9d5b8d8de7c9b9bc0106fc0def191ce (diff)
Notes
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 5c8f5d7078f9..d786f2200877 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -25,9 +25,9 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
all: ${LOCALES:S/$/.out/g}
afterinstall:
- for l in ${LOCALES}; do \
- ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \
- ${LOCALEDIR}/$$l/LC_NUMERIC; \
- done
+.for lang in ${LOCALES}
+ ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
+ ${LOCALEDIR}/${lang}/LC_NUMERIC
+.endfor
.include <bsd.prog.mk>