diff options
Diffstat (limited to 'www/nginx')
-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 82abdd51d2a..a4e27c7d1a8 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/12/04 14:41:01 shattered Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/03 12:54:22 wiz Exp $ DISTNAME= nginx-1.0.10 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} |