diff options
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index fcb6e811991..923f914e1a9 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.99 2021/05/21 11:37:25 adam Exp $ +# $NetBSD: Makefile,v 1.100 2021/05/24 19:55:17 wiz Exp $ DISTNAME= nginx-1.20.0 MAINTAINER= joerg@NetBSD.org +PKGREVISION= 1 .include "../../www/nginx/Makefile.common" .include "../../mk/bsd.pkg.mk" |