diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/httrack/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 826097286986..0cc17e526a3f 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -33,16 +33,14 @@ PORTDOCS= * SHEBANG_FILES= src/webhttrack +ICONS_VARS= INSTALLS_ICONS=yes + .include <bsd.port.pre.mk> .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=no .endif -.if ${PORT_OPTIONS:MICONS} -INSTALLS_ICONS= yes -.endif - post-patch: @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/ install-data-hook/d' ${WRKSRC}/html/Makefile.in |