diff options
Diffstat (limited to 'www')
-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 e901974bcf1..c8bc2057e6f 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2012/04/21 10:32:47 imil Exp $ +# $NetBSD: Makefile,v 1.23 2012/08/07 08:21:53 imil Exp $ DISTNAME= nginx-1.0.15 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} +PKGREVISION= 1 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://nginx.org/ |