Lines 45-50
Link Here
|
45 |
${WRKSRC}/src/Makefile.in |
45 |
${WRKSRC}/src/Makefile.in |
46 |
@${REINPLACE_CMD} -e 's|"getopt.h"|<getopt.h>|g' \ |
46 |
@${REINPLACE_CMD} -e 's|"getopt.h"|<getopt.h>|g' \ |
47 |
${WRKSRC}/src/main.cc |
47 |
${WRKSRC}/src/main.cc |
|
|
48 |
.for file in src/AppOption.cc src/HistoryWindow.cc src/RetrieveHTTP.cc \ |
49 |
src/RetrieveHTTP2.cc src/gui_file_open_and_save.cc |
50 |
@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ |
51 |
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |
52 |
.endfor |
48 |
|
53 |
|
49 |
post-install: |
54 |
post-install: |
50 |
.if !defined(NOPORTDOCS) |
55 |
.if !defined(NOPORTDOCS) |