svn commit: r386596 - head/devel/gitflow

Mathieu Arnold mat at FreeBSD.org
Sun May 17 10:35:06 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list