diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 11:07:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 11:07:17 +0000 |
commit | 08d053469912d9551ebf95a99a1e138c492b9101 (patch) | |
tree | edbb31335995b4200c311d248f441447b7219711 /editors | |
parent | da7926a34c8d681eeaa4d54b51eaf8a2b65eb512 (diff) | |
download | ports-08d053469912d9551ebf95a99a1e138c492b9101.tar.gz ports-08d053469912d9551ebf95a99a1e138c492b9101.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord/Makefile | 2 | ||||
-rw-r--r-- | editors/AbiWord2/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index bef8ba71bcbb..6bf1eaa30d9f 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -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 diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index bef8ba71bcbb..6bf1eaa30d9f 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -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 diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index bef8ba71bcbb..6bf1eaa30d9f 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -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 diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index bef8ba71bcbb..6bf1eaa30d9f 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -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 |