diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-14 17:16:03 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-14 17:16:03 +0000 |
commit | 689d998bfe8bda85d27526f09a1c3273f0d6b860 (patch) | |
tree | 404ca2ef911e42c569ddb3a89a885525c4a7ec55 /korean/hunspell | |
parent | c19799461488be8021dc5bb7fec5a8b799c366ff (diff) | |
download | ports-689d998bfe8bda85d27526f09a1c3273f0d6b860.tar.gz ports-689d998bfe8bda85d27526f09a1c3273f0d6b860.zip |
Notes
Diffstat (limited to 'korean/hunspell')
-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 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 |