diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:36:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:36:40 +0800 |
commit | b14cdbc4e819e5f9c97b44380db7008ff20c077f (patch) | |
tree | 4b3efcede5b3210627864a97083f7739741b700b /textproc | |
parent | 8c5ca5da9b2c5f44ec566cf74ad1c949dd8e1e1b (diff) | |
download | freebsd-ports-gnome-b14cdbc4e819e5f9c97b44380db7008ff20c077f.tar.gz freebsd-ports-gnome-b14cdbc4e819e5f9c97b44380db7008ff20c077f.tar.zst freebsd-ports-gnome-b14cdbc4e819e5f9c97b44380db7008ff20c077f.zip |
- Use USES=tar:bzip2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uz-hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uz-hunspell/Makefile b/textproc/uz-hunspell/Makefile index 2cdbf1a5d225..4bbf9edf9d30 100644 --- a/textproc/uz-hunspell/Makefile +++ b/textproc/uz-hunspell/Makefile @@ -12,8 +12,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Uzbek hunspell dictionaries -USE_BZIP2= yes ALL_TARGET= uz_UZ.dic +USES= tar:bzip2 WRKSRC= ${WRKDIR}/${DISTNAME}/hunspell PLIST_FILES= %%DATADIR%%/uz_UZ.aff \ |