aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebview
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-12-27 14:58:49 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-12-27 14:58:49 +0000
commit8dbd7a34c32b3ebc9d510c717f0113d176142dc3 (patch)
treef2bfed8b9522043c8375b47a1e50ee16df345865 /japanese/ebview
parent7b7c3ad636cea2a2858bc8d04886680aacdcfeeb (diff)
downloadports-8dbd7a34c32b3ebc9d510c717f0113d176142dc3.tar.gz
ports-8dbd7a34c32b3ebc9d510c717f0113d176142dc3.zip
Notes
Diffstat (limited to 'japanese/ebview')
-rw-r--r--japanese/ebview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile
index 17c2cbfa1a19..cda9dc1dd683 100644
--- a/japanese/ebview/Makefile
+++ b/japanese/ebview/Makefile
@@ -30,7 +30,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-post-patch:
+pre-build:
.for file in src/dictheading.c
cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}