diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:51:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:51:21 +0800 |
commit | ffe010fcfd9693b1d82c3c785a1997f40e699065 (patch) | |
tree | 90dd5bf01eb4af5118a56efb14956c28304ed36e /textproc/it-hunspell | |
parent | 8b183e9185f12a69edae3e9af41344af274b9306 (diff) | |
download | freebsd-ports-gnome-ffe010fcfd9693b1d82c3c785a1997f40e699065.tar.gz freebsd-ports-gnome-ffe010fcfd9693b1d82c3c785a1997f40e699065.tar.zst freebsd-ports-gnome-ffe010fcfd9693b1d82c3c785a1997f40e699065.zip |
- Remove USES=zip
- Pet portlint: use DISTNAME and EXTRACT_SUFX
Diffstat (limited to 'textproc/it-hunspell')
-rw-r--r-- | textproc/it-hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/it-hunspell/Makefile b/textproc/it-hunspell/Makefile index 8b61c30ef77d..7e56bd45a856 100644 --- a/textproc/it-hunspell/Makefile +++ b/textproc/it-hunspell/Makefile @@ -5,7 +5,8 @@ PORTVERSION= 2013.09.05 CATEGORIES= textproc MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/13/ PKGNAMEPREFIX= it- -DISTFILES= dict-it.oxt +DISTNAME= dict-it +EXTRACT_SUFX= .oxt DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -13,7 +14,6 @@ COMMENT= Italian hunspell dictionaries LICENSE= GPLv3 -USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes |