add missing file in PLIST
use DOCSDIR
This commit is contained in:
parent
1d770d1969
commit
4f33853108
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45075
2 changed files with 4 additions and 3 deletions
|
@ -35,9 +35,9 @@ PORTDOCS= ChangeLog LICENSE NAMES PLANS THANKS TODO TROUBLES \
|
|||
post-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/../nt.1 ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/downloader
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/downloader
|
||||
@${INSTALL_DATA} ${WRKSRC}/../${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ bin/nt
|
|||
%%PORTDOCS%%share/doc/downloader/README.pl
|
||||
%%PORTDOCS%%share/doc/downloader/README.pt_BR
|
||||
%%PORTDOCS%%share/doc/downloader/README.ru
|
||||
%%PORTDOCS%%@dirrm share/doc/downloader
|
||||
share/locale/bg/LC_MESSAGES/nt.mo
|
||||
share/locale/cs/LC_MESSAGES/nt.mo
|
||||
share/locale/de/LC_MESSAGES/nt.mo
|
||||
|
@ -46,8 +47,8 @@ share/locale/pl/LC_MESSAGES/nt.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/nt.mo
|
||||
share/locale/ru/LC_MESSAGES/nt.mo
|
||||
share/locale/sk/LC_MESSAGES/nt.mo
|
||||
share/locale/tr/LC_MESSAGES/nt.mo
|
||||
share/locale/zh_CN.GBK/LC_MESSAGES/nt.mo
|
||||
%%PORTDOCS%%@dirrm share/doc/downloader
|
||||
share/d4x/sounds/complete.wav
|
||||
share/d4x/sounds/dnd.wav
|
||||
share/d4x/sounds/finish.wav
|
||||
|
|
Loading…
Reference in a new issue