svn commit: r511664 - head/www/cplanet

Tobias Kortkamp tobik at FreeBSD.org
Mon Sep 9 19:32:43 UTC 2019


Author: tobik
Date: Mon Sep  9 19:32:42 2019
New Revision: 511664
URL: https://svnweb.freebsd.org/changeset/ports/511664

Log:
  www/cplanet: Fix up r511401 and do not set LICENSE twice

Modified:
  head/www/cplanet/Makefile

Modified: head/www/cplanet/Makefile
==============================================================================
--- head/www/cplanet/Makefile	Mon Sep  9 19:32:39 2019	(r511663)
+++ head/www/cplanet/Makefile	Mon Sep  9 19:32:42 2019	(r511664)
@@ -16,8 +16,6 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:www/clears
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libcurl.so:ftp/curl
 
-LICENSE=	BSD2CLAUSE
-
 OPTIONS_DEFINE=	EXAMPLES
 
 do-install:


More information about the svn-ports-all mailing list