diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-09 21:33:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-09 21:33:40 +0800 |
commit | f0383ad8afd90e247c008b4f3a666bf92cfc0dc8 (patch) | |
tree | 106282dabc0075e24d269027732b7171fc9b81c6 /german | |
parent | 0966fb2843a8b5e90d49b55fe96d341ec52899f8 (diff) | |
download | freebsd-ports-gnome-f0383ad8afd90e247c008b4f3a666bf92cfc0dc8.tar.gz freebsd-ports-gnome-f0383ad8afd90e247c008b4f3a666bf92cfc0dc8.tar.zst freebsd-ports-gnome-f0383ad8afd90e247c008b4f3a666bf92cfc0dc8.zip |
- Fix PLIST: explicitly list installing filenames
- Fix typo
Diffstat (limited to 'german')
-rw-r--r-- | german/hunspell/Makefile | 4 | ||||
-rw-r--r-- | german/hunspell/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index 236f4cd9a05a..8fb151fb84d9 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -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 diff --git a/german/hunspell/pkg-descr b/german/hunspell/pkg-descr index 84f623934b10..c043c09f27f4 100644 --- a/german/hunspell/pkg-descr +++ b/german/hunspell/pkg-descr @@ -1,3 +1,3 @@ -Hunspell german dictionnary +Hunspell german dictionary WWW: http://www.j3e.de/ispell/igerman98/ |