diff options
author | nork <nork@FreeBSD.org> | 2003-12-27 22:58:49 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-12-27 22:58:49 +0800 |
commit | 120282c4158d1d5292a2e01e705041f3a3b843ca (patch) | |
tree | 20fdda39c8852ccc9c868de48e1b54a7a1139e3d /japanese/ebview-gtk2 | |
parent | 5929d58952736a831d40991bdf7589f6559e1981 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |