aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-tmuxp
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-14 18:37:05 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-14 18:37:05 +0000
commitdd7ffda74a5155c8b878181f19b4bb2dbc7de42f (patch)
treea50a13a82f3358e7697258f5b0320e7eac28fd9e /sysutils/py-tmuxp
parent4faafa9fdc7c2fb73d0451ba9a522a4a7612b68f (diff)
downloadports-dd7ffda74a5155c8b878181f19b4bb2dbc7de42f.tar.gz
ports-dd7ffda74a5155c8b878181f19b4bb2dbc7de42f.zip
sysutils/py-tmuxp: correct license
It's actually BSD3CLAUSE, not BSD2CLAUSE. It was confirmed with maintainer, who is the upstream developer in PR 201431 PR: 201431
Notes
Notes: svn path=/head/; revision=392044
Diffstat (limited to 'sysutils/py-tmuxp')
-rw-r--r--sysutils/py-tmuxp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile
index e16168d322c4..161eaf3f6306 100644
--- a/sysutils/py-tmuxp/Makefile
+++ b/sysutils/py-tmuxp/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tony@git-pull.com
COMMENT= Session manager for tmux
-LICENSE= BSD2CLAUSE
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcomplete \