aboutsummaryrefslogtreecommitdiff
path: root/misc/help2man
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 15:23:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 15:23:19 +0000
commit6da647b62fa4698366735e4f3437d51bbeb92b61 (patch)
tree71c28106d9397cb99d943eb5c6ba7641cc48e1e5 /misc/help2man
parent86fc6282222a63413766cf3446e129cf32bb7149 (diff)
downloadports-6da647b62fa4698366735e4f3437d51bbeb92b61.tar.gz
ports-6da647b62fa4698366735e4f3437d51bbeb92b61.zip
- Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY
Notes
Notes: svn path=/head/; revision=369617
Diffstat (limited to 'misc/help2man')
-rw-r--r--misc/help2man/Makefile2
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