Lines 28-33
Link Here
|
28 |
CPPFLAGS= -I${LOCALBASE}/include |
28 |
CPPFLAGS= -I${LOCALBASE}/include |
29 |
LDFLAGS= -L${LOCALBASE}/lib |
29 |
LDFLAGS= -L${LOCALBASE}/lib |
30 |
|
30 |
|
|
|
31 |
post-patch: |
32 |
.for file in src/dictheading.c |
33 |
cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ |
34 |
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |
35 |
.endfor |
36 |
|
31 |
post-install: |
37 |
post-install: |
32 |
.if !defined(NOPORTDOCS) |
38 |
.if !defined(NOPORTDOCS) |
33 |
${MKDIR} ${DOCSDIR} |
39 |
${MKDIR} ${DOCSDIR} |