Resurrect previous commit, pre-build to post-patch.

"post-patch" is right.  I missed his description.

Submitted by:	Ports Fury
This commit is contained in:
Norikatsu Shigemura 2003-12-27 14:58:49 +00:00
parent 7b7c3ad636
commit 8dbd7a34c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96690
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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}