diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-02-17 16:06:23 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-02-17 16:06:23 +0000 |
commit | 2e2184ddf1c81421f0dd9c4b27d30347de8ca60a (patch) | |
tree | f481ef3fa35774c83ab24841804852e8eb42d5c2 /www | |
parent | 6bd6ae735143afe9264a72bc35349f8123bec9e1 (diff) |
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-full/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-lite/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-naxsi/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-full/Makefile b/www/nginx-full/Makefile index 42191d7aba17..dffa7a854578 100644 --- a/www/nginx-full/Makefile +++ b/www/nginx-full/Makefile @@ -4,7 +4,7 @@ PORTNAME= nginx PORTREVISION= 7 PKGNAMESUFFIX= -full -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Robust and small WWW server (full package) MASTERDIR= ${.CURDIR}/../nginx diff --git a/www/nginx-lite/Makefile b/www/nginx-lite/Makefile index 138911f700eb..5ad9fbde82b2 100644 --- a/www/nginx-lite/Makefile +++ b/www/nginx-lite/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PKGNAMESUFFIX= -lite -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Robust and small WWW server (lite package) MASTERDIR= ${.CURDIR}/../nginx diff --git a/www/nginx-naxsi/Makefile b/www/nginx-naxsi/Makefile index c0b3a42b2a45..e0ea2f338ec1 100644 --- a/www/nginx-naxsi/Makefile +++ b/www/nginx-naxsi/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PKGNAMESUFFIX= -naxsi -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Robust and small WWW server (plus NAXSI) MASTERDIR= ${.CURDIR}/../nginx |