summaryrefslogtreecommitdiff
path: root/editors/AbiWord2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 11:07:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 11:07:17 +0000
commit08d053469912d9551ebf95a99a1e138c492b9101 (patch)
treeedbb31335995b4200c311d248f441447b7219711 /editors/AbiWord2
parentRemove iconv->giconv hack. (diff)
iconv binary now calles `iconv', not `giconv'.
Notes
Notes: svn path=/head/; revision=57429
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r--editors/AbiWord2/Makefile2
1 files changed, 1 insertions, 1 deletions
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