diff options
author | asami <asami@FreeBSD.org> | 1995-06-19 22:15:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-19 22:15:35 +0000 |
commit | 4686908bd30c5f21662b71ef1736b1d15da43d4d (patch) | |
tree | c0163db007d7833ab00984236de0b36a65f48585 /usr.bin/colldef | |
parent | 4133e8a26cda3a473fd685674c861906bd6fb58c (diff) | |
download | FreeBSD-src-4686908bd30c5f21662b71ef1736b1d15da43d4d.zip FreeBSD-src-4686908bd30c5f21662b71ef1736b1d15da43d4d.tar.gz |
Rename, lt_LN.ISO8859-1 -> lt_LN.ISO_8859-1.
Reviewed by: rgrimes
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r-- | usr.bin/colldef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index a1958e6..023859b 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/02/17 17:29:49 ache Exp $ +# $Id: Makefile,v 1.2 1995/05/01 12:10:35 ache Exp $ PROG = colldef LFLAGS = -8 -i @@ -9,7 +9,7 @@ LDADD = -ll DPADD = ${LIBL} CLEANFILES = y.tab.[ch] lex.yy.c -LOCALES= ru_SU.KOI8-R ru_SU.CP866 lt_LN.ISO8859-1 +LOCALES= ru_SU.KOI8-R ru_SU.CP866 lt_LN.ISO_8859-1 LOCALEDIR= ${DESTDIR}/usr/share/locale afterinstall: |