Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 10:35:06 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386596 - head/devel/gitflow
Message-ID:  <201505171035.t4HAZ6Xo000578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sun May 17 10:35:05 2015
New Revision: 386596
URL: https://svnweb.freebsd.org/changeset/ports/386596

Log:
  Fix LICENSE, add LICENSE_FILE.
  
  Sponsored by:	Absolight

Modified:
  head/devel/gitflow/Makefile

Modified: head/devel/gitflow/Makefile
==============================================================================
--- head/devel/gitflow/Makefile	Sun May 17 10:29:43 2015	(r386595)
+++ head/devel/gitflow/Makefile	Sun May 17 10:35:05 2015	(r386596)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171035.t4HAZ6Xo000578>