diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-30 15:23:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-30 15:23:19 +0000 |
commit | 6da647b62fa4698366735e4f3437d51bbeb92b61 (patch) | |
tree | 71c28106d9397cb99d943eb5c6ba7641cc48e1e5 /misc/help2man | |
parent | 86fc6282222a63413766cf3446e129cf32bb7149 (diff) |
Notes
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 6782f507737f..e587f4ab6ef5 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -38,7 +38,7 @@ NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor .for lang in ${LANGS} -NLS_PLIST_DIRSTRY+= man/${lang}/man1 \ +NLS_PLIST_DIRS+= man/${lang}/man1 \ man/${lang} .endfor |