aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-08-16 12:50:42 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-08-17 05:24:08 +0000
commit3b26637cd90d6e9b3f8a392e293cd5e181f51c64 (patch)
treec14e049f12e1c70da5cee7f6c092effe09ed5c76 /german
parent860db9c73e6b98aecf1ad96c41620eaffdbb1fb4 (diff)
downloadports-3b26637cd90d6e9b3f8a392e293cd5e181f51c64.tar.gz
ports-3b26637cd90d6e9b3f8a392e293cd5e181f51c64.zip
german/hunspell: fix swiss-german dictionary
- The swiss-german dictionary was not properly prepared, as the used sed (/bin/sed) was unable to replace 'ß' by 'ss'. - Use the shebangfix framework to make it use gsed, which is already depended on. Approved by: office (fluffy) PR: 257882
Diffstat (limited to 'german')
-rw-r--r--german/hunspell/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile
index c1e95d240371..28b34bcc75ad 100644
--- a/german/hunspell/Makefile
+++ b/german/hunspell/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hunspell
PORTVERSION= 20161207
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= german textproc
MASTER_SITES= https://www.j3e.de/ispell/igerman98/dict/ \
LOCAL/sunpoet/${PORTNAME}
@@ -25,7 +25,11 @@ USE_PERL5= build
ALL_TARGET= hunspell-all
NO_ARCH= yes
-SHEBANG_FILES= bin/*.pl
+SHEBANG_FILES= bin/*.pl \
+ bin/conv_dict_de_CH
+SHEBANG_LANG= sed
+sed_OLD_CMD= /bin/sed
+sed_CMD= ${LOCALBASE}/bin/gsed
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed