svn commit: r326697 - head/japanese/edict-utf-8

Boris Samorodov bsam at FreeBSD.org
Sat Sep 7 21:59:43 UTC 2013


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}
 


More information about the svn-ports-all mailing list