Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 03:56:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395583 - head/www/httrack
Message-ID:  <201508300356.t7U3uW6X003792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508300356.t7U3uW6X003792>