diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-04 21:26:03 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-04 21:26:03 +0000 |
commit | addaf82e892119099045cfd1c36e2e35f2bc8975 (patch) | |
tree | 0d990b93e0b939a5223904f5395fdc36577fb868 /www | |
parent | 5acd86a41234a51089daa1eb85f44867f2ff9a8e (diff) | |
download | ports-addaf82e892119099045cfd1c36e2e35f2bc8975.tar.gz ports-addaf82e892119099045cfd1c36e2e35f2bc8975.zip |
Update LICENSE to make the warnings go away
Notes
Notes:
svn path=/head/; revision=373984
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index f5e50dbb9d56..462c304a8ee3 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= osa@FreeBSD.org COMMENT= Robust and small WWW server -LICENSE= BSD +LICENSE= BSD2CLAUSE USES+= cpe diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a01731e6ffe9..3a0f28ab38b8 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= osa@FreeBSD.org COMMENT= Robust and small WWW server -LICENSE= BSD +LICENSE= BSD2CLAUSE USES+= cpe |