diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-08 11:07:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-08 11:07:17 +0000 |
commit | 1b7080728d021648b7f5d4d49c9f63761f88aaab (patch) | |
tree | 126def23ec3bd24c0f2070c3b6ac698d7cb13e18 /editors/abiword-devel | |
parent | 51de364a1c7ec4ccdee3a9c2986e5f32f1e83161 (diff) | |
download | FreeBSD-ports-1b7080728d021648b7f5d4d49c9f63761f88aaab.zip FreeBSD-ports-1b7080728d021648b7f5d4d49c9f63761f88aaab.tar.gz |
iconv binary now calles `iconv', not `giconv'.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index bef8ba7..6bf1eaa 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 |