aboutsummaryrefslogtreecommitdiff
path: root/devel/gitflow
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-17 10:35:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-17 10:35:05 +0000
commit5fe51b73ae647dadc4bd56f386ee0a05c89c038f (patch)
tree6177f61feb7577d8cde17edefda95be9fa686d65 /devel/gitflow
parent03586a8cc47460a59daccb658610d8794b8df69f (diff)
downloadports-5fe51b73ae647dadc4bd56f386ee0a05c89c038f.tar.gz
ports-5fe51b73ae647dadc4bd56f386ee0a05c89c038f.zip
Fix LICENSE, add LICENSE_FILE.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=386596
Diffstat (limited to 'devel/gitflow')
-rw-r--r--devel/gitflow/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gitflow/Makefile b/devel/gitflow/Makefile
index 82a2ac7168f7..2fdd705f0581 100644
--- a/devel/gitflow/Makefile
+++ b/devel/gitflow/Makefile
@@ -8,7 +8,8 @@ CATEGORIES= devel
MAINTAINER= nbari@dalmp.com
COMMENT= Git extensions to provide high-level repository operations
-LICENSE= BSD3CLAUSE
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt