iconv binary now calles iconv', not
giconv'.
This commit is contained in:
parent
da7926a34c
commit
08d0534699
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57429
4 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@ CONFIGURE_ARGS+=--enable-gnome
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@giconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
@iconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
${WRKDIR}/.uk-UA.strings
|
||||
@${MV} ${WRKDIR}/.uk-UA.strings ${WRKSRC}/user/wp/strings/uk-UA.strings
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ CONFIGURE_ARGS+=--enable-gnome
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@giconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
@iconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
${WRKDIR}/.uk-UA.strings
|
||||
@${MV} ${WRKDIR}/.uk-UA.strings ${WRKSRC}/user/wp/strings/uk-UA.strings
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ CONFIGURE_ARGS+=--enable-gnome
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@giconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
@iconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
${WRKDIR}/.uk-UA.strings
|
||||
@${MV} ${WRKDIR}/.uk-UA.strings ${WRKSRC}/user/wp/strings/uk-UA.strings
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ CONFIGURE_ARGS+=--enable-gnome
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@giconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
@iconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
|
||||
${WRKDIR}/.uk-UA.strings
|
||||
@${MV} ${WRKDIR}/.uk-UA.strings ${WRKSRC}/user/wp/strings/uk-UA.strings
|
||||
|
||||
|
|
Loading…
Reference in a new issue