Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 17:16:03 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348270 - head/korean/hunspell
Message-ID:  <201403141716.s2EHG35h094978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Mar 14 17:16:03 2014
New Revision: 348270
URL: http://svnweb.freebsd.org/changeset/ports/348270
QAT: https://qat.redports.org/buildarchive/r348270/

Log:
  Simplify MASTER_SITES and use USES=tar:xz.

Modified:
  head/korean/hunspell/Makefile

Modified: head/korean/hunspell/Makefile
==============================================================================
--- head/korean/hunspell/Makefile	Fri Mar 14 17:15:17 2014	(r348269)
+++ head/korean/hunspell/Makefile	Fri Mar 14 17:16:03 2014	(r348270)
@@ -3,7 +3,7 @@
 PORTNAME=	hunspell
 PORTVERSION=	0.5.6
 CATEGORIES=	korean textproc
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-dict-ko-${PORTVERSION}
 
 MAINTAINER=	jkim@FreeBSD.org
@@ -14,9 +14,8 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS+=	py*-lxml>=0:${PORTSDIR}/devel/py-lxml
 
-USES=		gmake
+USES=		gmake tar:xz
 USE_PYTHON_BUILD=	yes
-USE_XZ=			yes
 
 PLIST_FILES=	%%DATADIR%%/ko_KR.aff \
 		%%DATADIR%%/ko_KR.dic



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