aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ebview-gtk2
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-12-27 22:58:49 +0800
committernork <nork@FreeBSD.org>2003-12-27 22:58:49 +0800
commit120282c4158d1d5292a2e01e705041f3a3b843ca (patch)
tree20fdda39c8852ccc9c868de48e1b54a7a1139e3d /japanese/ebview-gtk2
parent5929d58952736a831d40991bdf7589f6559e1981 (diff)
downloadfreebsd-ports-gnome-120282c4158d1d5292a2e01e705041f3a3b843ca.tar.gz
freebsd-ports-gnome-120282c4158d1d5292a2e01e705041f3a3b843ca.tar.zst
freebsd-ports-gnome-120282c4158d1d5292a2e01e705041f3a3b843ca.zip
Resurrect previous commit, pre-build to post-patch.
"post-patch" is right. I missed his description. Submitted by: Ports Fury
Diffstat (limited to 'japanese/ebview-gtk2')
-rw-r--r--japanese/ebview-gtk2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile
index 17c2cbfa1a19..cda9dc1dd683 100644
--- a/japanese/ebview-gtk2/Makefile
+++ b/japanese/ebview-gtk2/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}