svn commit: r395583 - head/www/httrack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 30 03:56:32 UTC 2015


Author: sunpoet
Date: Sun Aug 30 03:56:31 2015
New Revision: 395583
URL: https://svnweb.freebsd.org/changeset/ports/395583

Log:
  - Convert to new options variable helper

Modified:
  head/www/httrack/Makefile

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Sun Aug 30 03:56:26 2015	(r395582)
+++ head/www/httrack/Makefile	Sun Aug 30 03:56:31 2015	(r395583)
@@ -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


More information about the svn-ports-all mailing list