- Fix PLIST: explicitly list installing filenames
- Fix typo
This commit is contained in:
parent
1d614fce05
commit
4dcad27cf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279341
2 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,9 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \
|
|||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/hunspell/*.aff ${WRKSRC}/hunspell/*.dic ${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/hunspell/de_AT.aff ${WRKSRC}/hunspell/de_AT.dic \
|
||||
${WRKSRC}/hunspell/de_CH.aff ${WRKSRC}/hunspell/de_CH.dic \
|
||||
${WRKSRC}/hunspell/de_DE.aff ${WRKSRC}/hunspell/de_DE.dic ${DATADIR}/
|
||||
.for ALIAS in ${CHALIASES}
|
||||
${LN} -s de_CH.aff ${DATADIR}/${ALIAS}.aff
|
||||
${LN} -s de_CH.dic ${DATADIR}/${ALIAS}.dic
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Hunspell german dictionnary
|
||||
Hunspell german dictionary
|
||||
|
||||
WWW: http://www.j3e.de/ispell/igerman98/
|
||||
|
|
Loading…
Reference in a new issue