svn commit: r361375 - head/www/fcgi

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 9 14:41:09 UTC 2014


Author: bapt
Date: Wed Jul  9 14:41:08 2014
New Revision: 361375
URL: http://svnweb.freebsd.org/changeset/ports/361375
QAT: https://qat.redports.org/buildarchive/r361375/

Log:
  Fix license permission

Modified:
  head/www/fcgi/Makefile

Modified: head/www/fcgi/Makefile
==============================================================================
--- head/www/fcgi/Makefile	Wed Jul  9 14:40:13 2014	(r361374)
+++ head/www/fcgi/Makefile	Wed Jul  9 14:41:08 2014	(r361375)
@@ -15,7 +15,7 @@ COMMENT=	FastCGI Development Kit
 LICENSE=	Open_Market_FastCGI_license
 LICENSE_NAME=	Open Market FastCGI license
 LICENSE_FILE=	${WRKSRC}/LICENSE.TERMS
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		libtool
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list