diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /textproc/codespell | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'textproc/codespell')
-rw-r--r-- | textproc/codespell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index 0cb209d19f82..d2349433e02f 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -6,7 +6,6 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ -EXTRACT_SUFX= .tar.xz MAINTAINER= gjb@FreeBSD.org COMMENT= Source code spelling checker @@ -14,7 +13,7 @@ COMMENT= Source code spelling checker LICENSE= GPLv2 USE_PYTHON= 3 -USES= tar:xz +USES= tar:xz tar:xz OPTIONS_DEFINE= DOCS EXAMPLES |