diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-01 07:33:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-01 07:33:41 +0000 |
commit | cb1bc35136673a97efa1ab8e1fa4fd3815a629df (patch) | |
tree | c8d19ab7e897cd21228513c5d69a2747bb1df819 /textproc | |
parent | 6e184a132938e0fc6b8834cee9450ae3d73a1733 (diff) |
Fix LICENSE
Notes
Notes:
svn path=/head/; revision=382892
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-bugzillatools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-bugzillatools/Makefile b/textproc/py-bugzillatools/Makefile index 49c6987fe72a..f311c78981f1 100644 --- a/textproc/py-bugzillatools/Makefile +++ b/textproc/py-bugzillatools/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Tool for interacting with the Bugzilla bug tracking system -LICENSE= GPL3 +LICENSE= GPLv3 USES= python:2 USE_PYTHON= distutils autoplist |