- Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY
This commit is contained in:
parent
86fc628222
commit
6da647b62f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369617
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue