svn commit: r479265 - head/science/namd

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 9 00:57:46 UTC 2018


Author: yuri
Date: Sun Sep  9 00:57:45 2018
New Revision: 479265
URL: https://svnweb.freebsd.org/changeset/ports/479265

Log:
  science/namd: Change LICENSE_PERMS: no redistribution is allowed.

Modified:
  head/science/namd/Makefile

Modified: head/science/namd/Makefile
==============================================================================
--- head/science/namd/Makefile	Sun Sep  9 00:56:55 2018	(r479264)
+++ head/science/namd/Makefile	Sun Sep  9 00:57:45 2018	(r479265)
@@ -11,7 +11,7 @@ COMMENT=	Computer software for molecular dynamics simu
 LICENSE=	NAMD_MOLECULAR_DYNAMICS_LICENSE
 LICENSE_NAME=	NAMD Molecular Dynamics Software
 LICENSE_FILE=	${WRKSRC}/license.txt
-LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
+LICENSE_PERMS=	no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed.
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Not clear if it can be built on other architectures


More information about the svn-ports-all mailing list