diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 05:14:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 05:14:30 +0000 |
commit | b59ab6fefd864c0336ea0f26eb0fafddf9e19e13 (patch) | |
tree | 86cfcfe8bc7da56362a2cd88d9f1cacb54d470e2 /german | |
parent | 888299841c38904a0ab66402af4a4b6e36fb6305 (diff) |
Catch up to locale renaming (de_DE.ISO_8859-1 -> de.ISO8859-1)
Approved by: wosch (in principle)
Notes
Notes:
svn path=/head/; revision=67216
Diffstat (limited to 'german')
-rw-r--r-- | german/manpages/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile index cd8b104794d6..691c028803e0 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -14,9 +14,7 @@ DISTFILES= ${manpages}.tgz MAINTAINER= wosch@FreeBSD.org -BROKEN= "Does not build" - -LANG= de_DE.ISO_8859-1 +LANG= de.ISO8859-1 NO_WRKSUBDIR= YES PLIST= ${WRKSRC}/PLIST |