svn commit: r325126 - head/converters/iconv

William Grzybowski wg at FreeBSD.org
Wed Aug 21 13:11:03 UTC 2013


Author: wg
Date: Wed Aug 21 13:11:02 2013
New Revision: 325126
URL: http://svnweb.freebsd.org/changeset/ports/325126

Log:
  converters/iconv: convert to new perl5 USES
  
  - Convert to new perl5 USES framework, forgot in the last commit

Modified:
  head/converters/iconv/Makefile

Modified: head/converters/iconv/Makefile
==============================================================================
--- head/converters/iconv/Makefile	Wed Aug 21 13:08:44 2013	(r325125)
+++ head/converters/iconv/Makefile	Wed Aug 21 13:11:02 2013	(r325126)
@@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR=	bland
 MAINTAINER=	bland at FreeBSD.org
 COMMENT=	Charset conversion library and utilities
 
-USES=		shebangfix
-USE_PERL5_BUILD=yes
+USES=		shebangfix perl5
+USE_PERL5=	build
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	iconv_builtin ccs/iconv_mktbl
 
@@ -30,7 +30,7 @@ CCSUTIL_DESC=	Install Coded character se
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCCSUTIL}
-USE_PERL5_RUN=	yes
+USE_PERL5+=	run
 .else
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-ccs_Makefile
 .endif


More information about the svn-ports-head mailing list