From 689d998bfe8bda85d27526f09a1c3273f0d6b860 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 14 Mar 2014 17:16:03 +0000 Subject: [PATCH] Simplify MASTER_SITES and use USES=tar:xz. --- korean/hunspell/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index 7d5935172fd2..f781f1af4618 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -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