diff options
-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 |