svn commit: r441996 - head/devel/cunit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 29 15:26:39 UTC 2017


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


More information about the svn-ports-all mailing list