Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 15:26:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441996 - head/devel/cunit
Message-ID:  <201705291526.v4TFQcTN055842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 29 15:26:37 2017
New Revision: 441996
URL: https://svnweb.freebsd.org/changeset/ports/441996

Log:
  Add LICENSE_FILE
  
  - Use CONFLICTS_INSTALL instead of CONFLICTS

Modified:
  head/devel/cunit/Makefile

Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile	Mon May 29 15:26:32 2017	(r441995)
+++ head/devel/cunit/Makefile	Mon May 29 15:26:37 2017	(r441996)
@@ -12,8 +12,9 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Automated unit testing framework for C
 
 LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS=	c-unit-[0-9]*
+CONFLICTS_INSTALL=	c-unit
 
 OPTIONS_DEFINE=	AUTOMATED BASIC CONSOLE CURSES DEBUG DOCS EXAMPLES MEMTRACE TEST
 OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE CURSES DEBUG MEMTRACE TEST



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