diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2014-09-26 00:02:07 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2014-09-26 00:02:07 +0000 |
commit | c6d05d308f7f8df194235dcfcbd2b0fffa083d49 (patch) | |
tree | b5376e8df4cbcb12e8a8695bb9128e8a095444fc | |
parent | 6f337093e28df5efdf80bc40ba71a0299f90e09b (diff) | |
download | ports-c6d05d308f7f8df194235dcfcbd2b0fffa083d49.tar.gz ports-c6d05d308f7f8df194235dcfcbd2b0fffa083d49.zip |
Notes
-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 5e9770e461c7..2b631e44822e 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD USES+= cpe -CPE_VENDOR= igor_sysoev +CPE_VENDOR= nginx CPE_PRODUCT= nginx NO_OPTIONS_SORT= yes diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 4a35bef1182b..9a415fc95c71 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD USES+= cpe -CPE_VENDOR= igor_sysoev +CPE_VENDOR= nginx CPE_PRODUCT= nginx NO_OPTIONS_SORT= yes |