diff options
author | osa <osa@FreeBSD.org> | 2007-09-21 22:56:12 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-09-21 22:56:12 +0800 |
commit | 3ace29887eabac18d705a0cacf2c961516692964 (patch) | |
tree | 656574742abb48bb35a7ce1c472f7ec6c8b50bea /www/nginx-devel/Makefile | |
parent | c663a484ed71e6e4cd5ed943569cdf512023fba7 (diff) | |
download | freebsd-ports-gnome-3ace29887eabac18d705a0cacf2c961516692964.tar.gz freebsd-ports-gnome-3ace29887eabac18d705a0cacf2c961516692964.tar.zst freebsd-ports-gnome-3ace29887eabac18d705a0cacf2c961516692964.zip |
Fix the package name when WITHOUT_PCRE knob defined.
Bump PORTREVISION.
Problem found by: Anton Yuzhaninov aka citrin at rambler-co dot ru
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4eaa8d31dabd..5973f393405a 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 0.6.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -103,7 +104,7 @@ CONFIGURE_ARGS+=--with-http_sub_module .endif .if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE) -PKGNAMESUFFIX+= -nopcre +PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre CONFIGURE_ARGS+=--without-http_rewrite_module \ --without-pcre .else |