diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-09 14:41:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-09 14:41:08 +0000 |
commit | 1ad32ba49a9c6a9a200a5c474576cad69ef63db7 (patch) | |
tree | fe5ddd7d32c98a7374fbebe36b94ef6f7ff3a317 /www/fcgi | |
parent | c3ad6b4ccfe752bc93d3333197345796621d379d (diff) | |
download | ports-1ad32ba49a9c6a9a200a5c474576cad69ef63db7.tar.gz ports-1ad32ba49a9c6a9a200a5c474576cad69ef63db7.zip |
Fix license permission
Notes
Notes:
svn path=/head/; revision=361375
Diffstat (limited to 'www/fcgi')
-rw-r--r-- | www/fcgi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 424eeb33bead..75f7c24f0c96 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -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 |