- Fix typo in main script
PR: 135440 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
This commit is contained in:
parent
30a1744639
commit
f7f18168e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235541
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= mueller-dic
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= russian
|
||||
MASTER_SITES= http://www.dindin.ru/download/ \
|
||||
http://mueller-dic.chat.ru/
|
||||
|
@ -4,4 +4,4 @@ if [ -z "${LANG}" -o "${LANG##ru_RU.}" = "${LANG}" ]; then
|
||||
LANG="ru_RU.KOI8-R"
|
||||
fi
|
||||
|
||||
%%PREFIX%%/bin/muellerfind -d %%DATADIR%%/Mueller7accentGPL.${LANG}
|
||||
%%PREFIX%%/bin/muellerfind -d %%DATADIR%%/Mueller7accentGPL.${LANG} $@
|
||||
|
Loading…
Reference in New Issue
Block a user