summaryrefslogtreecommitdiffstats
path: root/editors/abiword-devel
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-08 11:07:17 +0000
committersobomax <sobomax@FreeBSD.org>2002-04-08 11:07:17 +0000
commit1b7080728d021648b7f5d4d49c9f63761f88aaab (patch)
tree126def23ec3bd24c0f2070c3b6ac698d7cb13e18 /editors/abiword-devel
parent51de364a1c7ec4ccdee3a9c2986e5f32f1e83161 (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud