aboutsummaryrefslogtreecommitdiff
path: root/www/httrack
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-30 03:56:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-30 03:56:31 +0000
commit6aec65beec1b826aba35625fe8b8269b31cd6c79 (patch)
tree6d8e76c1d3e9fdc4b7d4535307451f256098b7f8 /www/httrack
parentd48f045a09b8197e11e5953f3a60c40872250026 (diff)
downloadports-6aec65beec1b826aba35625fe8b8269b31cd6c79.tar.gz
ports-6aec65beec1b826aba35625fe8b8269b31cd6c79.zip
- Convert to new options variable helper
Notes
Notes: svn path=/head/; revision=395583
Diffstat (limited to 'www/httrack')
-rw-r--r--www/httrack/Makefile6
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