diff options
Diffstat (limited to 'misc/freebsd-doc-bn/Makefile')
-rw-r--r-- | misc/freebsd-doc-bn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freebsd-doc-bn/Makefile b/misc/freebsd-doc-bn/Makefile index 6ca348d2d3a8..e9d29164bcbb 100644 --- a/misc/freebsd-doc-bn/Makefile +++ b/misc/freebsd-doc-bn/Makefile @@ -10,7 +10,7 @@ COMMENT= Bengali translation of the FreeBSD Documentation Project MASTERDIR= ${.CURDIR}/../freebsd-doc-en PLIST= ${.CURDIR}/pkg-plist -DOCLANG= bn_BD.ISO10646-1 +DOCLANG= bn_BD.UTF-8 NO_STAGE= yes .include "${MASTERDIR}/Makefile" |