Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 21:59:42 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326697 - head/japanese/edict-utf-8
Message-ID:  <201309072159.r87LxgXd014697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sat Sep  7 21:59:42 2013
New Revision: 326697
URL: http://svnweb.freebsd.org/changeset/ports/326697

Log:
  Simplify a bit: utilise UCONV_CMD.
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/japanese/edict-utf-8/Makefile

Modified: head/japanese/edict-utf-8/Makefile
==============================================================================
--- head/japanese/edict-utf-8/Makefile	Sat Sep  7 21:48:14 2013	(r326696)
+++ head/japanese/edict-utf-8/Makefile	Sat Sep  7 21:59:42 2013	(r326697)
@@ -13,8 +13,7 @@ COMMENT=	Japanese-English edict UTF-8 di
 EXTRACT_DEPENDS=	${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 
 USES=		iconv
-ICONV?=		iconv
-CONVERT_CMD=	${ICONV} -c -f EUC-JP -t UTF-8
+CONVERT_CMD=	${ICONV_CMD} -c -f EUC-JP -t UTF-8
 
 DIST_SUBDIR=	${PORTNAME}
 



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