diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2007-06-15 08:22:12 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2007-06-15 08:22:12 +0000 |
commit | 332269edd140e673d707d4bd3c604fcfae704e5a (patch) | |
tree | 933ab4a8942df91d81b06a06512c9edaa256729a /www/nginx-devel/Makefile | |
parent | a78d03f66e84449945d3cdc99d4e4bbeaafbce61 (diff) | |
download | ports-332269edd140e673d707d4bd3c604fcfae704e5a.tar.gz ports-332269edd140e673d707d4bd3c604fcfae704e5a.zip |
Notes
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 722359ce12e2..e792595320ea 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,12 +6,13 @@ # PORTNAME= nginx -PORTVERSION= 0.5.25 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= osa +PKGNAMESUFFIX= -devel +DISTNAME= nginx-${PORTVERSION} MAINTAINER= osa@FreeBSD.org COMMENT= Robust and small WWW server @@ -26,6 +27,7 @@ HTTP_PORT?= 80 USE_PERL5= yes .endif +CONFLICTS?= nginx-0.5.* USE_RC_SUBR= nginx.sh HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ |