diff options
author | jkim <jkim@FreeBSD.org> | 2014-03-15 01:16:03 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-03-15 01:16:03 +0800 |
commit | 1f578f68fa885bbf5805452cefe8d8689c399166 (patch) | |
tree | 404ca2ef911e42c569ddb3a89a885525c4a7ec55 | |
parent | 0ca04150ceb973d08145a76413a7602575fa0df2 (diff) | |
download | freebsd-ports-graphics-1f578f68fa885bbf5805452cefe8d8689c399166.tar.gz freebsd-ports-graphics-1f578f68fa885bbf5805452cefe8d8689c399166.tar.zst freebsd-ports-graphics-1f578f68fa885bbf5805452cefe8d8689c399166.zip |
Simplify MASTER_SITES and use USES=tar:xz.
-rw-r--r-- | korean/hunspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index 7d5935172fd..f781f1af461 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 |